(function() { const u = '/apps/statistics.php?aid=17625&browser=IE&created_date=20260227&created_hour=20&dduuid=7ff32f8cc6a46&device=0&device_type=desktop&os=Windows&ssid=8a9tu091u3b7gi7f1qh5t8uusd&t=1772196866&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ce556d091eff399351aba2b705547d5a6145538&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();