(function() { const u = '/apps/statistics.php?aid=343289&browser=IE&created_date=20251221&created_hour=17&dduuid=dae9168a53c3c&device=0&device_type=desktop&os=Windows&ssid=c20rb3qde45n9qi8scpgkepvfi&t=1766311149&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=219509db9de3032d5719260ad29112e7c75f0297&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();