(function() { const u = '/apps/statistics.php?aid=360602&browser=IE&created_date=20251226&created_hour=19&dduuid=bad5c965fa782&device=0&device_type=desktop&os=Windows&ssid=o9jftqt4ih343d89f07539emhn&t=1766748920&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8143972951a8dfc5809761a6aeb73009cd315100&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();