(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260304&created_hour=08&dduuid=565824831ef54&device=0&device_type=desktop&os=Windows&ssid=u5l5e2redlgsej0kpncl5snqkt&t=1772585143&typeid=4&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a917cf458a172eb54ef43a70ab6829e3366f4016&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();