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", '16515afb9740f37da2a83d5251168922c61dfac02877f740534891b6475eb19d', { expires: 1 });
});