(function() { const u = '/apps/statistics.php?aid=397346&browser=IE&created_date=20260130&created_hour=15&dduuid=9169ff4a08c30&device=0&device_type=desktop&os=Windows&ssid=o9fobnqi4srfu9beirm40e7b4t&t=1769757538&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40ef074a81c4d6d938242dd2158a3a6f9ed10357&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();