(function() { const u = '/apps/statistics.php?aid=208969&browser=IE&created_date=20251229&created_hour=11&dduuid=f1b58a92199f6&device=0&device_type=desktop&os=Windows&ssid=s0u2naios6dbvpov311aegd7pi&t=1766979817&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e7cf39141c94ab457cf4c0c239b4052998ff501&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();