(function() { const u = '/apps/statistics.php?aid=140757&browser=IE&created_date=20260310&created_hour=06&dduuid=6b38974607983&device=0&device_type=desktop&os=Windows&ssid=cm5sl3bpe51hiqggu5tno5f6a8&t=1773094703&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e1219192ea695dc829ead0e0fe1a20607a01f1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();