www.gusucode.com > 通讯设备公司网站(英文)网站源码程序 > 通讯设备公司网站(英文)网站源码程序/tools/stat.php

    <?php
define("ROOTPATH", "../");
include(ROOTPATH."includes/common.inc.php");
include("language/".$sLan.".php");
include("includes/stat.inc.php");



StatBase();
$code = new clientGetObj;
StatisticPage();

echo "document.write(\"".ShowCount()."\")";

?>