var ___SppcSync=function(){ var syncUid="24a8e479-a131-4192-ba8c-4a9f11faf549"; var matches = document.cookie.match(new RegExp( "(?:^|; )" + "sppc_uuid".replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)" )); uid = matches ? decodeURIComponent(matches[1]) : ""; if(uid==syncUid) { return; } var expire = new Date(new Date().getTime() + 365*86400 * 1000); if(expire.toUTCString) { expire=expire.toUTCString(); } else if(expire.toGMTString) { expire=expire.toGMTString(); } var cookie = "sppc_uuid="+syncUid+"; expires=" + expire + "; path=/" if (true) { cookie += "; secure; SameSite=None" } document.cookie=cookie; }(___SppcSync);