var cookie_date = new Date ( 2023, 12, 12 );
document.cookie = "user_resolution=" + screen.width + "x" + screen.height + "c"+ screen.colorDepth + ";expires=" + cookie_date.toGMTString();