(function() { const u = '/apps/statistics.php?aid=450386&browser=IE&created_date=20260225&created_hour=22&dduuid=246ed43411d43&device=0&device_type=desktop&os=Windows&ssid=thrf4mqnf3ufoqtkhu5ufkpcn1&t=1772031156&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f5ccba7b15f001956dc3f3727960604141609d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();