(function() { const u = '/apps/statistics.php?aid=399944&browser=IE&created_date=20260122&created_hour=17&dduuid=df124f0ba0e54&device=0&device_type=desktop&os=Windows&ssid=799p70lcpmipgdglik7r2e1439&t=1769074494&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=087436089caf139a971c2e6da50feb860a39a282&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();