(function() { const u = '/apps/statistics.php?aid=432900&browser=IE&created_date=20260114&created_hour=01&dduuid=24b5c97d041f9&device=0&device_type=desktop&os=Windows&ssid=2l4lq58kbo2obfsjgi0fadnm40&t=1768324855&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97f675de4f2888026f7b742dbdd54bbaeaee851d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();