Remix.run Logo
deaux 6 hours ago

https://cdn.statcdn.com/Statistic/1020000/1020964-blank-754....

hombre_fatal 5 hours ago | parent | next [-]

Seems they use old data unless you craft a request with origin/referrer:

    curl 'https://cdn.statcdn.com/Statistic/1020000/1020964-blank-754.png' \
      -H 'Origin: https://www.statista.com' \
      -H 'Referer: https://www.statista.com/' \
      --output chart.png
Assuming it's a real chart, that will give you the image with the uptick in the last year.
6 hours ago | parent | prev [-]
[deleted]