

function track(id,chk){

  var img = new Image();
  img.src = "trackclick.php?id="+id+"&chk="+chk;
}