(function() { const u = '/apps/statistics.php?aid=38477&browser=IE&created_date=20260308&created_hour=08&dduuid=ef36cf220c13a&device=0&device_type=desktop&os=Windows&ssid=shvqg4pin5sg747bl0em5m8hom&t=1772930226&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cd8e76e2464979e4ddc5f475340967af7c0c13b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();