Fuck yeah:
These should be required for everyone (they're also easy):
Improving Your Statistical Inferences (Coursera)
Improving Your Statistical Questions (Coursera)
Then, you can get this book or download the PDF for free. There are also free videos that go with each chapter. This is like the bible of basic stats and will PROPERLY teach you general linear models (GLMs) and how to do them in R. You may have learned correlations, t-tests, and ANOVAs as if they were all different things: they're not. They're all GLMs and they're all fundamentally correlations.
That book has more advanced stuff after, but you don't necessarily need to learn it.
All that and you'll set for undergrad. If you do grad school, you'll learn that (just like any other time you learn math-related stuff), nobody uses that stuff you learned. Fret not, though: learning GLMs is still the foundation! The next step is to learn multilevel-modelling, which is a more advanced form of GLM that takes account of "nested" data. The classic example is students nested in classes nested in schools nested in school-districts: the fact that a bunch of data-points (students) all share a common classroom is ignored in basic GLMs but multilevel-modelling accounts for that. It's easy once you know how to do GLMs and it's just a different line of R code.
Also... learn R. You might start out uncomfortable with coding, but that's life: you gotta push through ignorance to learn. There are plenty of free introductory courses to learn R and this is one skill that will translate even if you pursue other things.
EDIT: If you bounce off the first book, check out Andy Field's "Discovering Statistics". It's the other main "bible" of stats praised by many. I've not used it since I went with the one I linked above (ISL).