(function() { const u = '/apps/statistics.php?aid=209919&browser=IE&created_date=20251225&created_hour=15&dduuid=2e72107095282&device=0&device_type=desktop&os=Windows&ssid=4rsaj5s2cicofd9m2sh4mmem76&t=1766647337&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd3bdd7cecbb3a7b68aaeb2c99c098e594f6407f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();