I hope they do something about it, I too prefer the old stats. In the meantime to get the usernames:
Login to AWE
Browse to:
https://auth.awempire.com/remote-stats-list
Use the export transactions feature
Or you can note down your partner hash then use it
For 1-15 June
https remote-stat.awempire.com/export-xml?startDate=2024-06-01&endDate=2024-06-15&partnerHash=YOURHASHGOESHERE
If they remove remote-stat then you'll have to crack the SHA1 userhash, to do that you can use hashcat with your GPU, a bunch of 100gb pw lists, convert files to lowercase, then filter the lists first for only loweralpha-numeric min 6 max 16 length
.\hashcat.exe -m 100 -a 0 -O D:\dict\txt\hash.txt D:\dict\txt\brlower6-16.txt
I did this and got 11 of the 20 user hashes that I tried.
HTH.