(function() { const u = '/apps/statistics.php?aid=455783&browser=IE&created_date=20260304&created_hour=10&dduuid=94950547ddbe0&device=0&device_type=desktop&os=Windows&ssid=g1e2pfq5k7arsi3a9nh4h04sls&t=1772589996&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c61bdaf6791fd790b196ae36a7c617903d6e92e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();