This UA has been showing up with a bunch of 404's.
Mozilla/5.0(Linux;Android 5.1.1;OPPO A33 Build/LMY47V;wv) AppleWebKit/537.36(KHTML,link Gecko) Version/4.0 Chrome/42.0.2311.138 Mobile Safari/537.36 Mb2345Browser/9.0
It escapes stuff that oughtn't be escaped. For example, there are pages with paths like 'SomeScript.aspx?id=NNN' (they're all legacy redirects, actually, but the site used that scheme for a long time and still gets plenty of hits to that path). It requests 'SomeScript.aspx%252525253Fid%252525253DNNN' instead, which you'll notice is not only wrong, it's quadruple-escaped! I also see double-escaping in my logs, but quadruple is funnier.
I'm also pretty sure it's actually a crawler, because it keeps requesting different legacy URLs constantly without ever visiting the home page. Plus, it claims to be based on Chrome, but it obviously has bugs that Chrome doesn't.
According to whois, it all seems to be coming from China.