(function() { const u = '/apps/statistics.php?aid=455197&browser=IE&created_date=20260304&created_hour=22&dduuid=b3d86b011c3a1&device=0&device_type=desktop&os=Windows&ssid=77p1m0nmeik6jf61qpri6mko47&t=1772633400&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d9e103b88f3bb63eb925642ee58369cc83dec87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();