Is there a way to get lifetime stats on followers?

if you collected it in real time 100% for sure.

otherwise

  • Day followed

use the API to get the followed_at date of the follow Reference | Twitch Developers

  • Bits

You can infer this from the users bits badge in chat, if they have one.

  • Subs

the API doesn’t present the month/tenure information, so consume from chat or the sub.message event sub topic

  • Gifted Subs

again either from chat (if total is enabled) or eventsub (if total is enabled) cumulative_total - EventSub Subscription Types | Twitch Developers