(function() { const u = '/apps/statistics.php?aid=587&browser=IE&created_date=20260228&created_hour=05&dduuid=82aba4d85e3e1&device=0&device_type=desktop&os=Windows&ssid=9i16rb4enrjpc5ctj7vnj0s094&t=1772227312&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=408eeb4f9f965b5ba2b690d1cdef241c0d780a72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();