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