(function() { const u = '/apps/statistics.php?aid=334336&browser=IE&created_date=20260307&created_hour=13&dduuid=3f82f16683532&device=0&device_type=desktop&os=Windows&ssid=h3if8fohf5bg5vnqcdddis3ijq&t=1772860684&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb04f894210850b843d6c5f301e720ad8deb080e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();