(function() { const u = '/apps/statistics.php?aid=141308&browser=IE&created_date=20260225&created_hour=15&dduuid=e809c7d24bcd2&device=0&device_type=desktop&os=Windows&ssid=0c4tevdbs85j6gqu2oti2vd5nr&t=1772003234&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d09a94d179cb2694f0ed806129c5d9d002a9afc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();