(function() { const u = '/apps/statistics.php?aid=455656&browser=IE&created_date=20260305&created_hour=08&dduuid=ded5988948f37&device=0&device_type=desktop&os=Windows&ssid=0mvrbco1pbg1015m5fr5dfo2ra&t=1772671836&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b3f14f9f7a0c8ce0e450b4bd23c76c67710c0cd4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();