(function() { const u = '/apps/statistics.php?aid=437759&browser=IE&created_date=20260304&created_hour=17&dduuid=776d0f547d2a7&device=0&device_type=desktop&os=Windows&ssid=i4d8qfu8pc8ffl0rm2g2s01r6u&t=1772615129&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5113a5b0b4ca95191593d32793757974bbe47d48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();