Expand Button - How to click expand button and scrape text data

Describe the problem.

Trying to scrape the site below. Just two pieces of data. the URL in the Web Site column and then in the No column there is a plus button. If you click that button there is a daily visitor count that I want also. But I can't figure out how to use the Element click to expand to that data. Any idea how I can make this work. Thanks.

Url: https://myip.ms/browse/sites/1/ipID/23.227.38.32/ipIDii/23.227.38.32

Sitemap:
{id:"sitemap code"}

Hi!

The daily visitor count can be directly accessed without clicking the [+] sign, it's just hidden inside a div that you can open.

Due to difficulty of the table that this website provides (table that has divs inside hidden under [+]), it's much easier just to use Text selector, with linked both fields, and using Excel to align results. Also multiple checkbox must be indeed ticked.