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