(function() { const u = '/apps/statistics.php?aid=401463&browser=IE&created_date=20260226&created_hour=00&dduuid=6f163629ab6c0&device=0&device_type=desktop&os=Windows&ssid=sopu0d8lf3ek8hglib829qk85j&t=1772037810&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=339b6e1f74f8ed31dd2c9d39dc2b158b32943747&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();