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