(function() { const u = '/apps/statistics.php?aid=398498&browser=IE&created_date=20260226&created_hour=06&dduuid=3fdeb5a541554&device=0&device_type=desktop&os=Windows&ssid=oba6q9rqrtd2s981k3ha08fppc&t=1772059787&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4034c5c65c178782b3b985e2a301576ff447e14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();