(function() { const u = '/apps/statistics.php?aid=427038&browser=IE&created_date=20260101&created_hour=01&dduuid=9b87ef53acab5&device=0&device_type=desktop&os=Windows&ssid=npbkp0rir4o3vcrlhug54hjfcc&t=1767200744&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a1fb42e817f50c7c67c77685f4f108442c3e7f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();