(function() { const u = '/apps/statistics.php?aid=448424&browser=IE&created_date=20260122&created_hour=09&dduuid=7381792d79a4a&device=0&device_type=desktop&os=Windows&ssid=i8k7u171putdj6s5td1mba3e2h&t=1769044002&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a28132f223c3577aacda15e5350dd104d512015&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();