(function() { const u = '/apps/statistics.php?aid=442422&browser=IE&created_date=20260310&created_hour=14&dduuid=9af8d8203f33d&device=0&device_type=desktop&os=Windows&ssid=6su24uc8tei72lrii2873eejg5&t=1773125014&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fe3c3509d87010b185d53726d1ebdc00db8bd8ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();