(function() { const u = '/apps/statistics.php?aid=398498&browser=IE&created_date=20251223&created_hour=23&dduuid=01ab6c5a90824&device=0&device_type=desktop&os=Windows&ssid=j2repmon82a8qeh23r18hqlpqh&t=1766505279&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=765ed6ffaec630f4a54a28f168b31db0d4f2249b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();