(function() { const u = '/apps/statistics.php?aid=360204&browser=IE&created_date=20260306&created_hour=05&dduuid=ad72a24269991&device=0&device_type=desktop&os=Windows&ssid=lcr7nhrh88fgcffce384bc7fc6&t=1772746068&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=349f45de839b39ef132778e3985233426b937e6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();