(function() { const u = '/apps/statistics.php?aid=455770&browser=IE&created_date=20260310&created_hour=07&dduuid=c7501f8e82a18&device=0&device_type=desktop&os=Windows&ssid=ib5pei58ql1gegb90j1fa10bqn&t=1773099143&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc03a00fe02860c81839be9b2203a49b7a2a3a2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();