(function() { const u = '/apps/statistics.php?aid=422955&browser=IE&created_date=20260130&created_hour=12&dduuid=9435faf4297ee&device=0&device_type=desktop&os=Windows&ssid=96ou8cq5k9umpg66p4fk0u62b1&t=1769746754&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dcf001faf108376ed7bc93b0bde520c1446233f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();