(function() { const u = '/apps/statistics.php?aid=442413&browser=IE&created_date=20260303&created_hour=16&dduuid=f8a321a74229b&device=0&device_type=desktop&os=Windows&ssid=c1i2g2cvroa22rgcui3v4n72n6&t=1772526122&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=063e23e88ea498585fb651246abd122b3a3caf05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();