; Insert into your script somewhere (on START perhaps)
; Just change 15:00 to the time you want (24h time)
.timer 15:00 0 1 resetstats
alias resetstats {
do all of your commands here.
If it's only one command, you can just put it on the
timer line instead of in an alias.
}