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