(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251012&created_hour=15&dduuid=60bd367fc54f2&device=0&device_type=desktop&os=Windows&ssid=1i1nlhiro3l5ss0rsa8notrmgl&t=1760253957&typeid=0&url_type=2&value=&sign=5972e18e17c98f7422732064a35a1514b3dc78fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();