(function() { const u = '/apps/statistics.php?aid=448514&browser=IE&created_date=20260310&created_hour=02&dduuid=4a7d5fb5fc2cf&device=0&device_type=desktop&os=Windows&ssid=cr9pf2fla6gt7tfhd82e3o256k&t=1773079681&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f0d7d9d3b82a17132b70b37c74e96a9205a1127&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();