(function() { const u = '/apps/statistics.php?aid=207516&browser=IE&created_date=20260113&created_hour=11&dduuid=93bbee0d39d56&device=0&device_type=desktop&os=Windows&ssid=p65vh8ea4nhsee14t54htf0gsm&t=1768274310&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07732533f621730f1312ccea00f042c727e9f6fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();