Try reverting that template? That is not what is included in the product.
Code:
<!-- gxbl stats on box -->
<br />
<div class="block">
<div class="blockhead collapse">
{vb:rawphrase x_statistics, {vb:rawphrase gxboxlive_title}}
<a class="collapse" id="collapse_gxblstatistics" href="gxboxlive.php#top" style="position:static;"><img src="images/buttons/collapse_40b.png" alt="[-]" /></a>
</div>
<div class="blockbody formcontrols" id="gxblstatistics">
<table width="100%">
<tr class="columnsort">
<th class="blocksubhead" width="20%" style="text-align:center;">{vb:rawphrase gxbl_top_x, {vb:rawphrase gxbl_stats}}</th>
<th class="blocksubhead" width="20%" style="text-align:center;">{vb:rawphrase gxbl_top_x, {vb:rawphrase gxbl_players}}</th>
<th class="blocksubhead" width="20%" style="text-align:center;">{vb:rawphrase gxbl_top_x, {vb:rawphrase gxbl_avatars}}</th>
<th class="blocksubhead" width="20%" style="text-align:center;">{vb:rawphrase gxbl_top_x, {vb:rawphrase gxbl_games}}</th>
</tr>
<tr align="center">
<td>
<div class="shade">{vb:rawphrase gxbl_players}: {vb:raw gxblusercount.usercount}</div>
<div class="shade">{vb:rawphrase gxbl_gold} {vb:rawphrase gxbl_accounts}: {vb:raw gxblusercount.gold}</div>
<div class="shade">{vb:rawphrase gxbl_silver} {vb:rawphrase gxbl_accounts}: {vb:raw gxblusercount.silver}</div>
<div class="shade">{vb:rawphrase gxbl_total} {vb:rawphrase gxbl_score}: {vb:raw gxblusercount.score}</div>
<div class="shade">{vb:rawphrase gxbl_total} {vb:rawphrase reputation}: {vb:raw gxblusercount.reputation}</div>
<div class="shade">{vb:rawphrase gxbl_total} {vb:rawphrase gxbl_games}: {vb:raw gxblusercount.games}</div>
</td>
<td>{vb:raw gxbltop.players}</td>
<td>{vb:raw gxbltop.avatars}</td>
<td>{vb:raw gxbltop.games}</td>
</tr>
</table>
</div>
</div>
<!-- end gxbl stats box -->