(function() { const u = '/apps/statistics.php?aid=90319&browser=IE&created_date=20260116&created_hour=14&dduuid=21fbad609e98a&device=0&device_type=desktop&os=Windows&ssid=jar1d2up4gttppr80a8epuijcl&t=1768546498&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=451165cb26b7ac04c302e2755a09f305d1d4a240&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();