(function() { const u = '/apps/statistics.php?aid=23&browser=IE&created_date=20260303&created_hour=10&dduuid=b887228ecc836&device=0&device_type=desktop&os=Windows&ssid=tllul25mjc5a7c2phbcde3g6ho&t=1772504023&typeid=5&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=beb4ca1bdf63f63afe8f5a177b498dd2eb2ab575&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();