(function() { const u = '/apps/statistics.php?aid=436353&browser=IE&created_date=20260316&created_hour=19&dduuid=436c9d255f24f&device=0&device_type=desktop&os=Windows&ssid=26pujst8fdgl5gbdkgd37rbqaj&t=1773659420&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86d2bd37e34de344a90155d21076bad3b3d7ce7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();