<?php 
//your php counter script


$file = 'page_log.txt';
//$page_title="test\n";
//file_put_contents($file, $page_title, FILE_APPEND);
file_put_contents($file, "\"" . $_GET["page_title"] . "\"," . $_SERVER["REQUEST_TIME"] . "\n", FILE_APPEND | LOCK_EX);

//return an 1x1 transparent image

header('Content-type: image/gif');
echo chr(71).chr(73).chr(70).chr(56).chr(57).chr(97).chr(1).chr(0).chr(1).chr(0).chr(128).chr(0).chr(0).chr(0).chr(0).chr(0).chr(0).chr(0).chr(0).chr(33).chr(249).chr(4).chr(1).chr(0).chr(0).chr(0).chr(0).chr(44).chr(0).chr(0).chr(0).chr(0).chr(1).chr(0).chr(1).chr(0).chr(0).chr(2).chr(2).chr(68).chr(1).chr(0).chr(59);

?>