(function() { const u = '/apps/statistics.php?aid=431502&browser=IE&created_date=20260305&created_hour=03&dduuid=041f2dfdd7789&device=0&device_type=desktop&os=Windows&ssid=67q4co0htjgsgk9b47v3qlrdpk&t=1772654128&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=abc98c3a0ad628d3d461c585cb99274b3968d296&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();