(function() { const u = '/apps/statistics.php?aid=443867&browser=IE&created_date=20260223&created_hour=10&dduuid=5ef39393a28dc&device=0&device_type=desktop&os=Windows&ssid=dm6uvb8kufp65l4k6ap97n08l1&t=1771814979&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3bd48b4f0aa89a75b0df0193035cba525666ebb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();