(function() { const u = '/apps/statistics.php?aid=414388&browser=IE&created_date=20260201&created_hour=00&dduuid=0f3a35f674171&device=0&device_type=desktop&os=Windows&ssid=3ifvpl9ae42ruciminleam1oqe&t=1769875969&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c36d0622159bbdd98df4f3bf74c53cc02def0756&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();