(function() { const u = '/apps/statistics.php?aid=407742&browser=IE&created_date=20260225&created_hour=05&dduuid=0a5fda2a738f2&device=0&device_type=desktop&os=Windows&ssid=n12suhb1i52dov1vni09f3fn5h&t=1771968043&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d944613938e8bcf292c153cf9021faae5118ccc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();