(function() { const u = '/apps/statistics.php?aid=452873&browser=IE&created_date=20260224&created_hour=17&dduuid=3ae6fdf5dc74f&device=0&device_type=desktop&os=Windows&ssid=2coe5tqkb70ghlc2voci36318g&t=1771925211&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36425252f736a628a2ae3a5a6380aae1fc90f9b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();