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