✓ Mathematica : cpu = 5.5567 (sec), leaf count = 110
DSolve[Derivative[1][y][x] == (Sech[(-1 + x)^(-1)]*(-1 - x + x^4 + x^5 - 2*x*Cosh[(-1 + x)^(-1)] + 2*x^2*Cosh[(-1 + x)^(-1)] - 2*x^2*y[x] - 2*x^3*y[x] + y[x]^2 + x*y[x]^2))/(-1 + x),y[x],x]
✓ Maple : cpu = 9.102 (sec), leaf count = 306
dsolve(diff(y(x),x) = (2*x^2*cosh(1/(x-1))-2*x*cosh(1/(x-1))-1+y(x)^2-2*x^2*y(x)+x^4-x+x*y(x)^2-2*x^3*y(x)+x^5)/(x-1)/cosh(1/(x-1)),y(x))