Prova a fare cosi':
Codice PHP:
<?php $counter =  include("counter.php"); ?>
Naturalmente nel file counter.php metti alla fine prima di ?>:

Codice PHP:
<?php
/*Tutto il codice che hai scritto
...
...
...
...
*/
return $gcc_hits;
?>
e poi alla fine naturalmente
Codice PHP:
<?=$counter?>