(function() { const u = '/apps/statistics.php?aid=345807&browser=IE&created_date=20260316&created_hour=12&dduuid=1d50c28bc0c08&device=0&device_type=desktop&os=Windows&ssid=7d0ahs3pcki54kohhc2hdk1loq&t=1773635079&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37a760e37634bf0c8b7c0e5927ed88a15e0bef0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();