(function() { const u = '/apps/statistics.php?aid=448546&browser=IE&created_date=20260111&created_hour=06&dduuid=9c342beb43d90&device=0&device_type=desktop&os=Windows&ssid=v68hvtp23kptdk10go91krie1k&t=1768085619&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ee8fa9349eb8c995839be4be377c6a2659aff7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();