(function() { const u = '/apps/statistics.php?aid=90283&browser=IE&created_date=20260116&created_hour=21&dduuid=d936cd17f2f93&device=0&device_type=desktop&os=Windows&ssid=4rnn5l17mmjsevi84slst7ul29&t=1768569333&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e851efedfc800588a059ae426e72f1a3c2e9eda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();