(function() { const u = '/apps/statistics.php?aid=448131&browser=IE&created_date=20260227&created_hour=09&dduuid=f8147b2b522b1&device=0&device_type=desktop&os=Windows&ssid=o0nvb7u5up7junsmau22eu6a1k&t=1772156627&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=619935b29a71f5a7b183c90b41f36e26c2e4e0d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();