(function() { const u = '/apps/statistics.php?aid=451689&browser=IE&created_date=20260306&created_hour=15&dduuid=08af8e45f1422&device=0&device_type=desktop&os=Windows&ssid=lt7q9bg7h7i2rehdoaekiqk1ks&t=1772783696&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43715723228a535e0d185f848fb68098fb30a080&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();