(function() { const u = '/apps/statistics.php?aid=210003&browser=IE&created_date=20260226&created_hour=10&dduuid=6f63a45949b2d&device=0&device_type=desktop&os=Windows&ssid=kaudi9ailuarrgsl7ite6j310g&t=1772071590&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8696457d7a4f92ffa937034cb54779fcc00f3276&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();