///////Codigo JS


///////// El vinculo a este archivo debe estar dentro de las etiquetas body////////
$res_ancho= window.screen.width;
$res_alto= window.screen.height;
parametros ='?res_ancho='+$res_ancho+"&amp;res_alto="+$res_alto;
document.write("<img height='1' width='1' src='estadisticas_resolucion/estadistica_resolucion.php"+parametros+"' alt='estadísticas'>");
