(function() { const u = '/apps/statistics.php?aid=395807&browser=IE&created_date=20260311&created_hour=06&dduuid=8192096e19a84&device=0&device_type=desktop&os=Windows&ssid=fvksdd09na6al1fpq7mv5hf8n3&t=1773181536&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf22be53e407bad2e3aebf3c7244c28416757634&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();