(function() { const u = '/apps/statistics.php?aid=452956&browser=IE&created_date=20260305&created_hour=12&dduuid=b82496b83c961&device=0&device_type=desktop&os=Windows&ssid=q4j6435363n1ebsocfpqvdpn79&t=1772684889&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e233a2f3fe314730e5bef9cef268369104e5712d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();