(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=16&dduuid=b7662623327aa&device=0&device_type=desktop&os=Windows&ssid=mb76bf8rc3lpm2005s21dreifr&t=1757925125&typeid=0&url_type=2&value=&sign=2a940957fe96443e14941716d881d5f00666c3ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();