(function() { const u = '/apps/statistics.php?aid=12474&browser=IE&created_date=20260121&created_hour=00&dduuid=fd200b511dfc2&device=0&device_type=desktop&os=Windows&ssid=7k7iu16gg1jqp4scu051t4oo6e&t=1768927633&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=842f2ec474782d273a7c66268500753a37f9028f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();