(function() { const u = '/apps/statistics.php?aid=454634&browser=IE&created_date=20260311&created_hour=08&dduuid=e4515556c0efc&device=0&device_type=desktop&os=Windows&ssid=svjljc4t1ev597b8n5nv9agmk1&t=1773187400&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51651db21d48dad65f9cb76ed34b4fbe3af2eeba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();