(function() { const u = '/apps/statistics.php?aid=265990&browser=IE&created_date=20260315&created_hour=10&dduuid=2a71a69527435&device=0&device_type=desktop&os=Windows&ssid=1flm6iu18k6e4ap698h6aba9un&t=1773541496&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e29b38f12f05eaa6ce162daa95702877d3551ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();