(function() { const u = '/apps/statistics.php?aid=210262&browser=IE&created_date=20260223&created_hour=20&dduuid=0c3c32c31fd4a&device=0&device_type=desktop&os=Windows&ssid=h6l88b14oofemhsqjlr1f521bf&t=1771850839&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70a77d944124eed83e8d22883a828db4f6b5ea9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();