(function() { const u = '/apps/statistics.php?aid=213721&browser=IE&created_date=20260305&created_hour=11&dduuid=95c5e9eb357d3&device=0&device_type=desktop&os=Windows&ssid=kl9pmr7r45m5f6ppin7a6hjkth&t=1772679618&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=266d48ea18ef643106e962d8a46f0c54ee59fdaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();