(function() { const u = '/apps/statistics.php?aid=447883&browser=IE&created_date=20260228&created_hour=00&dduuid=4122cdb7fd980&device=0&device_type=desktop&os=Windows&ssid=mrbs1aqbbospjlub71qr2tdemt&t=1772210447&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c715be7bcaeefa8876e55442688675b88f10f972&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();