(function() { const u = '/apps/statistics.php?aid=424729&browser=IE&created_date=20260312&created_hour=23&dduuid=4b407796ebe68&device=0&device_type=desktop&os=Windows&ssid=6m36ssuqsrd3vub9a6eei1ahm0&t=1773329945&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fcd4907ffdcacf33c7f4280c8da5d0a14f09f62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();