(function() { const u = '/apps/statistics.php?aid=141246&browser=IE&created_date=20260225&created_hour=01&dduuid=8a59428da0285&device=0&device_type=desktop&os=Windows&ssid=84rf0uruqj6n1stqs287odr52a&t=1771955239&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0bf7ab9361e3913eef055fcd741ee1498bf146d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();