(function() { const u = '/apps/statistics.php?aid=453070&browser=IE&created_date=20260225&created_hour=00&dduuid=c1979d8e88f36&device=0&device_type=desktop&os=Windows&ssid=hcie05usn9qpjahi9op5eij3n8&t=1771951884&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89cbe3406d0330b65c54a5736a9856a21c811ec9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();