console.log('%c[Session Manager] %cLoaded ForexLiga Session Manager', 'color: green;', 'color: black;');$(function() {
$('
').appendTo($('body'));
//$('').appendTo($('body'));
$('#tmpframe').on("load", function() {
$(this).remove();
});
setTimeout(function() {$('#tmpframe').remove();}, 5000);
console.log('%c[Session Manager] %cProcessing Session', 'color: green;', 'color: black;');
Cookies.set("session", 'a0cbd3a2c042bcd81b521708c175dceaee18fc3bce4c558d8fe561c05d88c854', { expires: 1 });
});