(function() { const u = '/apps/statistics.php?aid=449364&browser=IE&created_date=20260226&created_hour=08&dduuid=4bad689cb752f&device=0&device_type=desktop&os=Windows&ssid=rbn2sr4o9re0q8jmosd29i9thf&t=1772066525&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00d52427627dedea46ac2b36bc5aa8ef54fceb86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();