(function() { const u = '/apps/statistics.php?aid=444054&browser=IE&created_date=20251223&created_hour=06&dduuid=32ffcda81e553&device=0&device_type=desktop&os=Windows&ssid=v0g488hd3itq405r99dkruigq3&t=1766442609&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2da80ece6a09e6299c72c75c0e6850e84fa751d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();