// Get the current URL and parameters
const url = new URL(window.location.href);
const params = url.searchParams.toString();
// Redirect to a new page with the same parameters
window.location.href = "https://give.hidabroot.org/maatzit_hashekel2023/?aff=machzitHashekel2022" + params;