(function() { const u = '/apps/statistics.php?aid=141234&browser=IE&created_date=20260225&created_hour=13&dduuid=aaacda9c1648c&device=0&device_type=desktop&os=Windows&ssid=p02oa27mivtkbfpb8ld5rh4mr3&t=1771996248&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=949a2ccb7ec65e9d93ffe56156231767dd25da5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();