(function() { const u = '/apps/statistics.php?aid=453850&browser=IE&created_date=20260312&created_hour=05&dduuid=48473d45fbeb3&device=0&device_type=desktop&os=Windows&ssid=52lhvp7td1ffcvmd06dj89qdii&t=1773263083&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33758455f6b08dbd30d986bc1c964e441024f68c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();