(function() { const u = '/apps/statistics.php?aid=12200&browser=IE&created_date=20260122&created_hour=01&dduuid=9c701e9706ae0&device=0&device_type=desktop&os=Windows&ssid=h4h9if7bdmq3k1ibkhboghe332&t=1769015210&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70f69f8972041216719ad7ce0eecb47329eb5f90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();