(function() { const u = '/apps/statistics.php?aid=47&browser=IE&created_date=20260310&created_hour=12&dduuid=3ef6b48f53b60&device=0&device_type=desktop&os=Windows&ssid=q4nb05agin9b58plfrso14lops&t=1773118035&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=785c6ee8d85accdbe637bcab02c385a157604da7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();