(function() { const u = '/apps/statistics.php?aid=450040&browser=IE&created_date=20260307&created_hour=19&dduuid=5e8a28f13f24e&device=0&device_type=desktop&os=Windows&ssid=56imrls0deb7ndrupnf8if15n4&t=1772883859&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae328580f6c38434db560286551467b6b93de8fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();