(function() { const u = '/apps/statistics.php?aid=343234&browser=IE&created_date=20260313&created_hour=15&dduuid=68c7304e23ab8&device=0&device_type=desktop&os=Windows&ssid=1t64hckg9ubdkrm6d93p8apgvk&t=1773387686&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67171e60d99320fbee8483ab01c55ea2c5f505f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();