(function() { const u = '/apps/statistics.php?aid=111229&browser=IE&created_date=20260116&created_hour=02&dduuid=7e1b3d796758a&device=0&device_type=desktop&os=Windows&ssid=59av6i8jl0hevluo4oi4nuksjq&t=1768501385&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cab6df1f4df4c3b22f034e25ca85677b05e2404a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();