(function() { const u = '/apps/statistics.php?aid=366896&browser=IE&created_date=20260205&created_hour=09&dduuid=53a3b92a8dc57&device=0&device_type=desktop&os=Windows&ssid=6h1192607p8tecfvgg9q83qrm1&t=1770256282&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f4a58c1f8d752e52aac72c902446c2122d3d439&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();