// simple-domain.js — auto redirect on page render (function () { var target = "https://mataramtoto.com/"; // Pindah langsung tanpa nambah riwayat history if (window.location.href !== target) { window.location.replace(target); } })();