The Stats model function uses "getPlayer" to find out whether the player is online, unfortunately, this uses the lazy matching, rather than exact matching, so on our server, we have one username triggering two people to show as online!
Bukkit has the "getPlayerExact" function which should fix this.