(function() { const u = '/apps/statistics.php?aid=454696&browser=IE&created_date=20260310&created_hour=18&dduuid=909c462116de4&device=0&device_type=desktop&os=Windows&ssid=f56u8q4eghhrqh8hfk5t6952t8&t=1773139130&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1a4f684755f6e2f48f6cc84b13b29bd94f685f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();