(function() { const u = '/apps/statistics.php?aid=402030&browser=IE&created_date=20260225&created_hour=23&dduuid=baf6dc3f8c381&device=0&device_type=desktop&os=Windows&ssid=ohk3icl5jc1995711pgojksgk6&t=1772033404&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71b23b6ec26d92f2043fcac05a48420ebf00a68b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();