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