(function() { const u = '/apps/statistics.php?aid=430480&browser=IE&created_date=20260117&created_hour=20&dduuid=bca9258ea03a8&device=0&device_type=desktop&os=Windows&ssid=l8c5i3f6hfctdhs2fq08bcd18v&t=1768653389&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98ce0e3eebbb511e1cb8a81669bc1529a935d458&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();