function antiBotCheck(value,restype,source,uid,sclick){
    if(restype=='')retype='ads';
    $.ajax({
        url:'/gen.pl?p=antibot',
        data:'list='+value+'&type='+restype+'&source='+source+'&uid='+uid+'&sclick='+sclick,
        type:'GET',
        cache:false,
        timeout: 60000,
        success:function(){}
    });
}



function countClick(fokey,userid,source,restype){
  var list = fokey;
  if(restype=='')retype='ads';
   $.ajax({
        url:'/gen.pl?p=antibot',
        data:'list='+list+'&type='+restype+'&source='+source+'&uid='+userid,
        type:'GET',
        cache:false,
        timeout: 60000,
        success:function(){}
    });
}
