(function() { const u = '/apps/statistics.php?aid=434197&browser=IE&created_date=20260314&created_hour=06&dduuid=0f3d743d5b658&device=0&device_type=desktop&os=Windows&ssid=smhbhbu1ek0opm25i38olt9m18&t=1773440811&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=670f0e4692594b9e4347a2921dd9cafe641d0a1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();