(function() { const u = '/apps/statistics.php?aid=451812&browser=IE&created_date=20260123&created_hour=08&dduuid=8a34cee840237&device=0&device_type=desktop&os=Windows&ssid=t2cgsg94ssqakhl5jr1rp17p3t&t=1769126702&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd4bd0d8fc3a2e577267d88c909cdfb21d03e4f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();