(function() { const u = '/apps/statistics.php?aid=450890&browser=IE&created_date=20260119&created_hour=21&dduuid=bcd61a04f439f&device=0&device_type=desktop&os=Windows&ssid=2hdg89cvl370ffo8butf0mrdpj&t=1768830771&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d98b908088543d0c96d537e5051939d21e0fe1ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();