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