(function() { const u = '/apps/statistics.php?aid=441269&browser=IE&created_date=20251129&created_hour=18&dduuid=39ad7fbac4b91&device=0&device_type=desktop&os=Windows&ssid=7s2etmp53anqnou3ecf7gmdtmu&t=1764412282&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=505e55e52799490bc94bed28ad42ad44942fe732&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();