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