You may want to consider an external I2C EEPROM chip that will provide you much higher erase cycles. Also the eeprom library that @mdma wrote actually uses flash The flash has much lower erase cycles and access to that specific flash shares the communications path with the CC3000, so you may run into problems when reading flash and transmitting the data over the network.
Another alternative would be to use a cloud db server for storing your statistical data. I wrote a library PietteTech_Phant
that will publish data over the network to a server. There is an example with the library where I use SparkFun's free data storage (public or private). Then you can store all the data you want and then read it for analysis without using the Spark.