(function() { const u = '/apps/statistics.php?aid=442394&browser=IE&created_date=20260305&created_hour=01&dduuid=8826c2a21af5f&device=0&device_type=desktop&os=Windows&ssid=hs46lem7vme8akgplghrh1g91a&t=1772645075&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=619d40d57b273f7ff979f57c413c65e46a603ced&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();