(function() { const u = '/apps/statistics.php?aid=454691&browser=IE&created_date=20260223&created_hour=22&dduuid=b90ecc2330b4f&device=0&device_type=desktop&os=Windows&ssid=pai7rn05nbm1vajimu0rqct9o9&t=1771856596&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee34a7b6e6492617a0d017cf688dfe220bd9b46d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();