(function() { const u = '/apps/statistics.php?aid=107022&browser=IE&created_date=20260124&created_hour=00&dduuid=5900f528153df&device=0&device_type=desktop&os=Windows&ssid=2jevsv3m22ntnv2ef64femf40k&t=1769184665&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffccf036cb76dd5475c2dcbfe4add5aeecbb153e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();