Hi, I want to do A/B test on my page, but don't want to store any session identifiers in cookies or local storage. I made a script that hashes the user IP and user-agent and returns a number from 0-7 (group_id), which I send with events to my data store. The issue is that now GrowthBook only sees 7 users (it probably ignores 0, but I can shift the ids by 1), but what is worse is that it has assigned 6 of those values to Control and only 1 to Variation 1 (I have configured 50% split). What would be the best way to fix this, or is Growth Book unsuitable for this case? I don't want to track individual users or their sessions because of GDPR.