I think it will be $T(n)=O(n^2)$.
This is because...
Suppose $T(n) \leq cn^2$
Then $T(n) \leq c\cfrac{13}{25}n^2+O(n\log n) \leq cn^2$
($\because$) $there\ \ is\ \ a\ \ positive\ \ c\ \ such\ \ that\ \ O(n\log n) \leq c\frac{12}{15}n^2 $
Am I right? Thanks.