(function() { const u = '/apps/statistics.php?aid=452737&browser=IE&created_date=20260311&created_hour=17&dduuid=175b169d09a1a&device=0&device_type=desktop&os=Windows&ssid=73dui8tnok6hgub1qf7849f2lt&t=1773220903&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba99417e02472b9eb7cc272d232dd62b38034efa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();