(function() { const u = '/apps/statistics.php?aid=391&browser=IE&created_date=20260304&created_hour=09&dduuid=a632d4274e3b3&device=0&device_type=desktop&os=Windows&ssid=2dm4mf5tadqc67usoeeiejlu54&t=1772587586&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89349c63e24abc2b21c62a90b7e3f8c11fade6c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();