Fix languages with country code not showing up in statistics.html.
statistics.html currently is not showing langs whose codes are of the form xx-xx (that is, pt-br zh-cn zh-tw). This is due to xx-xx being filtered out by a regex in ./statspage. I modified the regex to include xx-xx language codes.