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