(function() { const u = '/apps/statistics.php?aid=21070&browser=IE&created_date=20260324&created_hour=14&dduuid=28f308a479e4c&device=0&device_type=desktop&os=Windows&ssid=auvpc8377uicgidk8i3rpebinn&t=1774333718&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1a1aa263ad973b5d928a59db6507a1725e2b946&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();