(function() { const u = '/apps/statistics.php?aid=454807&browser=IE&created_date=20260306&created_hour=12&dduuid=4487f27f9b5ff&device=0&device_type=desktop&os=Windows&ssid=861bc3abqt6d0nqg3jhvlm5jcr&t=1772770390&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0eaabc46e0f36110b86883a17f54565b340a1a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();