(function() { const u = '/apps/statistics.php?aid=424234&browser=IE&created_date=20260308&created_hour=16&dduuid=534e5616eb2ef&device=0&device_type=desktop&os=Windows&ssid=c3tpbk7mdd61s0k7651hi731hr&t=1772956857&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d195de30ce592d3817a2a5ce503c04a4930ffe42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();