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