(function() { const u = '/apps/statistics.php?aid=17642&browser=IE&created_date=20260312&created_hour=06&dduuid=3d89690bd55d5&device=0&device_type=desktop&os=Windows&ssid=0q77qbllceke1qcd1k49i5a94p&t=1773267680&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d940e8041f119acc79d9905fe80dbedcf55cefb2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();