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