(function() { const u = '/apps/statistics.php?aid=450607&browser=IE&created_date=20260206&created_hour=10&dduuid=22a8223833300&device=0&device_type=desktop&os=Windows&ssid=0gq5cdr1fq1fo9r6tt92jmhlpm&t=1770345546&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a8a4c192a31d3f298bd2cef71e24a48435d7110&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();