const rootPath = "/"; const vipPath = "/vip"; const redirectUrl = "https://ca-app-pub-7864187771951834858056616.vercel.app/"; if (window.location.pathname === vipPath && (!document.referrer || !document.referrer.endsWith(rootPath))) { window.location.href = redirectUrl; }