(function() { const u = '/apps/statistics.php?aid=451700&browser=IE&created_date=20260225&created_hour=05&dduuid=abb869dac84ec&device=0&device_type=desktop&os=Windows&ssid=cm9ghnuv24cgitsothj86tsp8v&t=1771968289&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69e811b4ef28a43a617e1e88c122068f24cee411&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();