(function() { const u = '/apps/statistics.php?aid=409806&browser=IE&created_date=20260310&created_hour=18&dduuid=d1a1faca9e7e5&device=0&device_type=desktop&os=Windows&ssid=qhah598n7vd6lessmn8ttohpb8&t=1773140338&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d33a58fcfe51c9cc8d6175332258ce4e511c0860&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();