(function() { const u = '/apps/statistics.php?aid=432747&browser=IE&created_date=20251229&created_hour=00&dduuid=76768f6b42b12&device=0&device_type=desktop&os=Windows&ssid=ne7i586o51n1prgjlh0vmqmpct&t=1766940715&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4de367361438918b01822643256566395cd4e0e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();