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