what you are seeing in the console are aggregated stats for that specific insert statement / fingerprint. The execution count indicates that that statement has run 1.8 million times (note that this includes retries) and on average each time it does 7.5 writes (writing to a single row).
Hope that helps, see Statements Page for more details.