(function() { const u = '/apps/statistics.php?aid=447473&browser=IE&created_date=20260310&created_hour=18&dduuid=d0f20069c70aa&device=0&device_type=desktop&os=Windows&ssid=tqkse8a7g56pmc74jbu91s9os5&t=1773138093&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48016d98b340bff56bc5b72224290e96efee9002&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();