The Swift-only lastLaunchInfo preference could not be shared with C++ or Objective-C components, limiting which parts of the codebase could read or update the DAU last ping date. The PR stores the date as brave.stats.last_check_ymd in local state using YYYY-MM-DD string so all platform layers share a single typed value.