(function() { const u = '/apps/statistics.php?aid=460494&browser=IE&created_date=20260312&created_hour=03&dduuid=1f6a07a1332e7&device=0&device_type=desktop&os=Windows&ssid=fmal6puvijbrbef87uh70c1rrn&t=1773258642&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e272acf0a4691b0eb8eb70495feb4f23c22695d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();