(function() { const u = '/apps/statistics.php?aid=375462&browser=IE&created_date=20260311&created_hour=16&dduuid=9d7fff55c59ba&device=0&device_type=desktop&os=Windows&ssid=crc040uoqa1jdsn795quatl5is&t=1773218469&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e4cfff9bf012f4c5e2a66ce56a163a1b05f9e02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();