(function() { const u = '/apps/statistics.php?aid=97358&browser=IE&created_date=20260225&created_hour=11&dduuid=e09ad13c8be48&device=0&device_type=desktop&os=Windows&ssid=duu2vss01akstemjlptp9gqj0j&t=1771990243&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e74956a8d13f65f803caa0910f403307f8b3f70e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();