(function() { const u = '/apps/statistics.php?aid=443042&browser=IE&created_date=20260223&created_hour=21&dduuid=d6c6e4bc66efe&device=0&device_type=desktop&os=Windows&ssid=qibf4tggepu3t6o95r6tivmd47&t=1771854736&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=002697032f853e3b77c672284b30529d6cf86de3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();