(function() { const u = '/apps/statistics.php?aid=454809&browser=IE&created_date=20260305&created_hour=00&dduuid=a2698b601781c&device=0&device_type=desktop&os=Windows&ssid=h90c4op7g1rtdgs5mhd6ouvtgg&t=1772642919&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70befc1263c1750a9778dd4a9340c8b90c522ad7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();