(function() { const u = '/apps/statistics.php?aid=442592&browser=IE&created_date=20260310&created_hour=21&dduuid=961f340ac4934&device=0&device_type=desktop&os=Windows&ssid=6qh36vl8dhpqc5enmc4hl6c2gl&t=1773150300&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78b1f669826552311816bf0080c0bd4cac36e436&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();