(function() { const u = '/apps/statistics.php?aid=449271&browser=IE&created_date=20260226&created_hour=13&dduuid=535112c4a4ddb&device=0&device_type=desktop&os=Windows&ssid=35qf7c505b7lj20hlfvcpeorcq&t=1772082802&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2fa88960aa6de86c4d245b60dd7e9c203aa7be1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();