(function() { const u = '/apps/statistics.php?aid=455050&browser=IE&created_date=20260306&created_hour=07&dduuid=43dc9d62cbf66&device=0&device_type=desktop&os=Windows&ssid=qr8fkjvtuh57cm88lcpoe25eov&t=1772754859&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f508a68bf36ab9e48ea4ca685befbca4a7d21a55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();