(function() { const u = '/apps/statistics.php?aid=77389&browser=IE&created_date=20260310&created_hour=23&dduuid=c8d5a70efe4a6&device=0&device_type=desktop&os=Windows&ssid=ngv6qls6fdv1ml8kkql3305dg5&t=1773156022&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=955fef9f104134660c58331ec69584f778be307a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();