window.__app = { visit_id: undefined, query: Object.freeze(window.location.search.substr(1).split(/&+/).reduce(function(map,c) { var a = c.match(/([^=]+)=(.*)/) || [] if (a[1]) { map[a[1]] = a[2] } return map }, {})), cookies: Object.freeze(document.cookie.split(/;\s+/).reduce(function(map,c) { var a = c.match(/([^=]+)=(.*)/) || [] if (a[1]) { map[a[1]] = a[2] } return map }, {})), }