export default { async fetch(request) { // Link Ref Bitget chính thức của Phat const targetUrl = "https://partner.bitget.com/bg/B3TWAW"; return new Response(null, { status: 302, headers: { "Location": targetUrl, "Referrer-Policy": "no-referrer", // Xóa hoàn toàn dấu vết nguồn từ Google Ads "Cache-Control": "no-store" // Đảm bảo trình duyệt luôn lấy link mới nhất }, }); } };