(function() { const u = '/apps/statistics.php?aid=210068&browser=IE&created_date=20251225&created_hour=00&dduuid=daf8bbdf60e7f&device=0&device_type=desktop&os=Windows&ssid=8ol850g8dpd006erdggcacfhd9&t=1766592767&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c4c955433f223ef09dae3682191d2ae9011ee99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();