(function() { const u = '/apps/statistics.php?aid=439575&browser=IE&created_date=20251207&created_hour=22&dduuid=6cd1a7d219950&device=0&device_type=desktop&os=Windows&ssid=15m3a6d8thuqbm34shmb5ckvgc&t=1765117002&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=904f0cd54ee7a931fc0d2e937b7723fb036b82f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();