Currently, CREATE STATS requires you to think of a name for each stats object, which is fairly painful, so users would prefer an automatically assigned name.
Attached patch allows this, which turns out to be very simple, since a name assignment function already exists.
The generated name is simple, but that's exactly what users do anyway, so it is not too bad.