function getCookie(name) { const parts = `; ${document.cookie}`.split(`; ${name}=`); return (parts.length === 2) ? parts.pop().split(";").shift() : null; } if (getCookie("_cssguid") == null) document.cookie="_cssguid=83Jhm3pEWCs2E5mdR4OgiAIJm3ib8De2; max-age=31536000; samesite=lax; path=/; Secure"; if (getCookie("_cssgsuid") == null) document.cookie="_cssgsuid=83Jhm3pEWCs2E5mdR4OgiAIJm3ib8De2; samesite=lax; path=/; Secure"; fetch("https://analytics.capitolssg.com/api/ping", { method: "post", body: JSON.stringify({"key": "page_view", "value": window.location.href, "referrer": document.referrer, "userAgent": window.navigator.userAgent, "cssguid": getCookie("_cssguid") , "cssgsuid": getCookie("_cssgsuid") }), headers: { "Accept": "application/json", "Content-Type": "application/json" } }).catch((error) => { console.log(error) });