(function() { const u = '/apps/statistics.php?aid=424160&browser=IE&created_date=20260313&created_hour=10&dduuid=74664296d221d&device=0&device_type=desktop&os=Windows&ssid=naspthspfn0govhleqoelvha7p&t=1773369943&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=96fe5c7af36b0a606ebf9750c0558bc9e5d2813a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();