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