(function() { const u = '/apps/statistics.php?aid=454081&browser=IE&created_date=20260224&created_hour=05&dduuid=115e611cafec4&device=0&device_type=desktop&os=Windows&ssid=k94jk75gh63ug1mf7o0hl6v83s&t=1771881093&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9378068a657e62db3b593535f577eeba66e09a31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();