(function() { const u = '/apps/statistics.php?aid=444850&browser=IE&created_date=20260312&created_hour=22&dduuid=e3903d3d02d60&device=0&device_type=desktop&os=Windows&ssid=qteldpfguhkt3g9td8ra7ovnvu&t=1773324666&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4af348dbc58cbc573a82a58578021cde691faf0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();