(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260223&created_hour=17&dduuid=bb6c9ffc1464c&device=0&device_type=desktop&os=Windows&ssid=u7stq36173vqgf93kok0mnr314&t=1771840663&typeid=3&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=140a9843703570c1e0571df489fdcf854eca551a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();