(function() { const u = '/apps/statistics.php?aid=443097&browser=IE&created_date=20260310&created_hour=11&dduuid=11157d132d5d9&device=0&device_type=desktop&os=Windows&ssid=f4q3pncoobcjebjfb0u4hjtvis&t=1773112332&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=430200e438e29ca439b4ab7b46994b1efad61a33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();