Customize the display by modifying these variables:
# Add leading zeros
$min_digits = 6; # 000123
# Add commas
$use_commas = 1; # 1,234,567
# Custom text
$prefix = "Visitors: ";
$suffix = " since Jan 2024";
Example outputs:
1234501234512,345Visitors: 12,345 since Jan 2024