(function() { const u = '/apps/statistics.php?aid=98700&browser=IE&created_date=20260113&created_hour=21&dduuid=578e43fee4b0d&device=0&device_type=desktop&os=Windows&ssid=09v69t54suva733rs88rq6p5e7&t=1768309423&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30e64e53e9d0db294a353150a93faef4b84f5c0a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();