(function() { const u = '/apps/statistics.php?aid=406155&browser=IE&created_date=20260312&created_hour=15&dduuid=afc9c76496e2e&device=0&device_type=desktop&os=Windows&ssid=uegplg4q5stkhqr6ubtuu5ddpo&t=1773301466&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9db61b762471c9168ee877d5ba27138ef6d132fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();