(function() { const u = '/apps/statistics.php?aid=451315&browser=IE&created_date=20260225&created_hour=11&dduuid=ff78259709653&device=0&device_type=desktop&os=Windows&ssid=k5953b1ig2nkpi4duij7tqcabt&t=1771989864&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45400a448ec6a9fbe75b596551d0ddde644f78ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();