(function() { const u = '/apps/statistics.php?aid=445065&browser=IE&created_date=20251220&created_hour=11&dduuid=0a45e73389438&device=0&device_type=desktop&os=Windows&ssid=07jmr6gvo3m7fbranq55l7u3m4&t=1766201334&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcb8af073d74128c24b2547bd7f452e36986487d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();