telefon numarası linkine tel sınıfını atarsanız bu kod ile logla.php'ye request attırabilirsiniz request client-side olacağı için header'den client ip adresine ulaşabilirsiniz.
$('.tel').click(function() {
$.get('logla.php');
});