(function() { const u = '/apps/statistics.php?aid=77389&browser=IE&created_date=20260303&created_hour=21&dduuid=265408d396a0a&device=0&device_type=desktop&os=Windows&ssid=f8lmnotvuih8kgkdd96j9oo8n8&t=1772546327&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bfbd3cfbe6878fb3653aeb118a65d88dbdb5d86e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();