(function() { const u = '/apps/statistics.php?aid=404990&browser=IE&created_date=20260225&created_hour=14&dduuid=1ae1906291610&device=0&device_type=desktop&os=Windows&ssid=vnui4b0l88gnqndl4fqi012mp1&t=1772000705&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43d2effde2373a2ebc74b37e2ee24bb6f86591cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();