(function() { const u = '/apps/statistics.php?aid=435163&browser=IE&created_date=20260307&created_hour=10&dduuid=4256ab89bee13&device=0&device_type=desktop&os=Windows&ssid=d082dklc5778m8vqh08ugd5dp9&t=1772851251&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ea1886ab3603ea5a89d05833109428d0e1152bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();