(function() { const u = '/apps/statistics.php?aid=213681&browser=IE&created_date=20260122&created_hour=18&dduuid=bd333c28c22a4&device=0&device_type=desktop&os=Windows&ssid=sfmfufumle1tgoeora3ev2g81h&t=1769077334&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=644cfe114d3afa814bc98bc67ea470ca5079965a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();