(function() { const u = '/apps/statistics.php?aid=454873&browser=IE&created_date=20260304&created_hour=00&dduuid=c074e5a07b088&device=0&device_type=desktop&os=Windows&ssid=7gj9hlrvl07vevdladei1bp7op&t=1772556244&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f45b7a44250f787dfa685f1514aac4bbcb945c3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();