(function() { const u = '/apps/statistics.php?aid=454514&browser=IE&created_date=20260304&created_hour=22&dduuid=e668ae4eaffa6&device=0&device_type=desktop&os=Windows&ssid=qdsi2rdt1roqccjb898gu3bm0a&t=1772632992&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c73b990cf6c873cffea6663a6d83b10d7c5d3087&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();