(function() { const u = '/apps/statistics.php?aid=355091&browser=IE&created_date=20260311&created_hour=21&dduuid=b1249b95fc952&device=0&device_type=desktop&os=Windows&ssid=co6q7in8sdfuqm8a5g6qndd5j0&t=1773235280&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5bc7e801e8f17f5716107e08abee3f25e8abf79d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();