(function() { const u = '/apps/statistics.php?aid=431592&browser=IE&created_date=20260310&created_hour=06&dduuid=bc89ab4ee2fc6&device=0&device_type=desktop&os=Windows&ssid=4aa8l7l78c38am3s4h9et6nkcq&t=1773096283&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=659e75d46bbda8fd5f868f84c750a47d81719b65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();