(function() { const u = '/apps/statistics.php?aid=435166&browser=IE&created_date=20260101&created_hour=07&dduuid=20d361daa0662&device=0&device_type=desktop&os=Windows&ssid=6art0c4jkcomtitc83u4emum74&t=1767222331&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b67a5f8386de4a685ef788f0f3a0c5a32e70f54c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();