(function() { const u = '/apps/statistics.php?aid=422089&browser=IE&created_date=20260131&created_hour=23&dduuid=5511e13d5c802&device=0&device_type=desktop&os=Windows&ssid=o2476mvrdv9bgp4r51adclll6l&t=1769874946&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea7b927ba64d6b4d60cf2294ab7a401c65943232&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();