(function() { const u = '/apps/statistics.php?aid=441172&browser=IE&created_date=20260308&created_hour=02&dduuid=417e08338ba76&device=0&device_type=desktop&os=Windows&ssid=0cln5r57avagg42nt0qr0pm5gp&t=1772907831&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b538d023f86987ca0872b4cd0844357d7572b0f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();