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