(function() { const u = '/apps/statistics.php?aid=451368&browser=IE&created_date=20260312&created_hour=12&dduuid=0fc529d02ab68&device=0&device_type=desktop&os=Windows&ssid=n0pctgm1mso641l6qb09k5ddnc&t=1773289126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb71d32cc5af554c406b1d2caf09fc51ba9faeca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();