(function() { const u = '/apps/statistics.php?aid=239079&browser=IE&created_date=20260312&created_hour=06&dduuid=aaf58638c5e8b&device=0&device_type=desktop&os=Windows&ssid=a5p34do0m1l0qddi8s659tujkr&t=1773267958&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8dfbce93e984603079b3e8a41222b0130f47233b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();