(function() { const u = '/apps/statistics.php?aid=413292&browser=IE&created_date=20260304&created_hour=11&dduuid=60b5eb578c6e2&device=0&device_type=desktop&os=Windows&ssid=t2mo705g7o02l2bgd1lnkrreh7&t=1772594519&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de49fd331891d4706c4fa4e0d4d79651786be1de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();