(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=00&dduuid=ae0bf4ff11c9d&device=0&device_type=desktop&os=Windows&ssid=1rdvrjs0ivp7ve0in3gaq0dnpg&t=1757952200&typeid=0&url_type=2&value=&sign=99d7d7446a15f44846ce569f8c718af3df716c8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();