(function() { const u = '/apps/statistics.php?aid=442952&browser=IE&created_date=20260224&created_hour=00&dduuid=57ab05e0b2eca&device=0&device_type=desktop&os=Windows&ssid=02fmbuautgst4krp7497jjdon4&t=1771865097&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36e453e3a9a56a3fc4e3054cfa63e99f6491e0a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();