(function() { const u = '/apps/statistics.php?aid=448115&browser=IE&created_date=20260316&created_hour=11&dduuid=05864086a17f7&device=0&device_type=desktop&os=Windows&ssid=e23l9s53ie4i3s9og54p2nphbk&t=1773630392&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9073a3302552b31242b6d1cd2ee7dd88a68033c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();