(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=06&dduuid=0ed25e191b832&device=0&device_type=desktop&os=Windows&ssid=n2us6v1s83ll5v21185q5i2t33&t=1761260286&typeid=0&url_type=1&value=&sign=061b7a84bab125e8b484e92a3a6dc14ad8fac84d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();