(function() { const u = '/apps/statistics.php?aid=444538&browser=IE&created_date=20260313&created_hour=05&dduuid=210b9e691a4b5&device=0&device_type=desktop&os=Windows&ssid=d0e17g4bgr0i4fgnmifo6oahi0&t=1773352696&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8dfef64e6a8012fa097e0a669c0dc9c3a429eec5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();