(function() { const u = '/apps/statistics.php?aid=456161&browser=IE&created_date=20260310&created_hour=14&dduuid=83aad8109d7fa&device=0&device_type=desktop&os=Windows&ssid=hetfonq3andk9on8onc31afhkk&t=1773123642&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=355c7b0cccab228ca89e990a86fe374fd3630c40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();