Redirecting you...
If not redirected, click here
", }; function getParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } const id = getParam("id"); const target = links[id]; if (target) { setTimeout(() => { window.location.href = target; }, 3000); } else { document.write("❌ Incorrect or missing ID
"); }Redirecting you...
If not redirected, click here