(function() { const u = '/apps/statistics.php?aid=4598&browser=IE&created_date=20260312&created_hour=02&dduuid=a658656c85f37&device=0&device_type=desktop&os=Windows&ssid=0v63365i9mq1i7frf4q9f1ag6p&t=1773253280&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12158de87ca7840b1a961a8b5334dee78e893a87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();