(function() { const u = '/apps/statistics.php?aid=404993&browser=IE&created_date=20260307&created_hour=08&dduuid=623c68ebeaa44&device=0&device_type=desktop&os=Windows&ssid=fcborsk9tejfhrn935hq0rsc5p&t=1772842000&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=512fe530bfaa770d0fc6f7578832c0061a8513f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();