def process_receiving_stat stat_info, week, season
      player = NflPlayer.find_by(fantasy_data_id: stat_info.player_id)
      return if player.nil?
      db_stat = ReceivingStat.find_or_create_by({nfl_player_id: player.id, week: week, season: season})