(function() { const u = '/apps/statistics.php?aid=453404&browser=IE&created_date=20260224&created_hour=10&dduuid=a5b36db76387f&device=0&device_type=desktop&os=Windows&ssid=28qilraahne5ja0tbpa7vp814n&t=1771900754&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fabab8bcb847c72bce782048b75f721b80c506ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();