(function() { const u = '/apps/statistics.php?aid=454458&browser=IE&created_date=20260307&created_hour=21&dduuid=169503fdff4ba&device=0&device_type=desktop&os=Windows&ssid=e69fi749qvnpqad6tt7cl0nt8j&t=1772888962&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e68ad9ec49bc3b31b9693d40593253cdfeb968a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();