(function() { const u = '/apps/statistics.php?aid=319454&browser=IE&created_date=20260313&created_hour=11&dduuid=97f3f7780da1c&device=0&device_type=desktop&os=Windows&ssid=3ek39h0u0rnst387cv3vked09i&t=1773373171&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f69cb8cb9d30d58eca6736b489e294d8d4fb957f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();