(function() { const u = '/apps/statistics.php?aid=208083&browser=IE&created_date=20260102&created_hour=08&dduuid=ecfa0a0fd5da8&device=0&device_type=desktop&os=Windows&ssid=t0t2qb0unpvfe08djf9fasshsm&t=1767313541&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7242e4e3f0703aec51d834798bdc153f3911f6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();