(function() { const u = '/apps/statistics.php?aid=403355&browser=IE&created_date=20260224&created_hour=02&dduuid=d3e5726fb2787&device=0&device_type=desktop&os=Windows&ssid=0u451df9l8u64mmll4dfr716n9&t=1771871762&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba60d702d024d08b00ee0c1159968888d2b7cc1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();