(function() { const u = '/apps/statistics.php?aid=324777&browser=IE&created_date=20260115&created_hour=01&dduuid=ab36f9012418d&device=0&device_type=desktop&os=Windows&ssid=un3ui6q1pqr8lu5dfi2vckh4co&t=1768411447&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8628332e1c06e5fd874f1935ec9c05b4b42198e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();