(function() { const u = '/apps/statistics.php?aid=450657&browser=IE&created_date=20260225&created_hour=16&dduuid=4a4e3d43d7abd&device=0&device_type=desktop&os=Windows&ssid=66fpvoohhuii0vv30anp3h8p69&t=1772007790&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a197cb45d370778f654303e5f02d08a215ba16a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();