(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=10&dduuid=48a75c49275a6&device=0&device_type=desktop&os=Windows&ssid=ttrbrt0pj2aqm2b43ne0lqi9h6&t=1757989586&typeid=0&url_type=2&value=&sign=045820d1a388cba6246b9894d84e9831fbf29bb2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();