(function() { const u = '/apps/statistics.php?aid=455868&browser=IE&created_date=20260304&created_hour=14&dduuid=4863c2c3e3d4b&device=0&device_type=desktop&os=Windows&ssid=jaajlc2l5p7cnn7vnrpfghkarn&t=1772604443&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=697db373684d014be68b1b3e5e26fa854a323913&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();