window.SV = {"sva": "V7i4Z9Q6R6i8"};/* -- */
window.SV_JSON = JSON;/* -- */
(function(){
  //window.SV_XHR = er;
  
  if(!('indexOf' in Array.prototype)){
    Array.prototype.indexOf = function(elm){
      for(var key in this){
        if(this[key] == elm) return key;
      }
      return -1;
    };
  }


  var sess = null;
  if(window.name && window.name.length == 38){
    sess = window.name.substring(2);
  }

  if(window.name && window.name == "deactivated"){
    return;
  }
  
  if(!sess){
    var m =  (/sv=@@([0-9a-f-]{36})/i).exec(document.cookie);
    if(m){
      sess = m[1];
    }
  }
  
  window.SV = window.SV || {};
  
  var q = new Array();
  for(var key in window.SV){
    q.push(encodeURIComponent(key)+'='+encodeURIComponent(window.SV[key]));
  }
  
  q.push('a=gt');    
  if(sess){
    q.push('svs=' + sess);    
  }  
  q.push('u='+encodeURIComponent(''+window.location));
  q.push('r='+encodeURIComponent(''+(document.referrer||'')));
  q.push('t='+1*(new Date()));

  q.push('as='+1 *(!Object.assign));
  q.push('af='+1 *(!Array.from));
  q.push('ai='+1 *(!Array.prototype.includes));
  q.push('afind='+1 *(!Array.prototype.find));
  q.push('sr='+1 *(!String.prototype.repeat));
  q.push('wm='+1 *(!window.WeakMap));
  q.push('sy='+1 *(typeof window.Symbol !== "function"));

  
  window.SV_XHR_O = window.SV_XHR(q.join('&'));
})();