(function() { const u = '/apps/statistics.php?aid=449832&browser=IE&created_date=20260312&created_hour=05&dduuid=9ad53e62d1ab1&device=0&device_type=desktop&os=Windows&ssid=9qkpe9v81if0en3b9rc0nfj94d&t=1773265000&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a75ff98d043eca2067f6eec01138d8ec9124a8ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();