(function() { const u = '/apps/statistics.php?aid=135751&browser=IE&created_date=20260308&created_hour=02&dduuid=c2f4bdf47633d&device=0&device_type=desktop&os=Windows&ssid=8iuhrla5cg31n6g7ip4nsosd7r&t=1772909240&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6e1d7b0c662b68660891b67e971d725d4b5b383&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();