(function() { const u = '/apps/statistics.php?aid=54368&browser=IE&created_date=20260304&created_hour=18&dduuid=27bc7c6757335&device=0&device_type=desktop&os=Windows&ssid=2vtp8693nnmfqv7afs93bf5vis&t=1772619131&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44b94d94fa03a141191f45552ca804c67e4893e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();