(function() { const u = '/apps/statistics.php?aid=365079&browser=IE&created_date=20260225&created_hour=02&dduuid=137345f6a3148&device=0&device_type=desktop&os=Windows&ssid=9k8dfrmdp7gn1ub0mbh1va8546&t=1771958457&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95abd17fe5b3864a1a4e7b604a9cbb5ab9e2bbec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();