(function() { const u = '/apps/statistics.php?aid=12038&browser=IE&created_date=20260123&created_hour=09&dduuid=1afa41ef168c1&device=0&device_type=desktop&os=Windows&ssid=fank38r9i5q8mf7v5f9kkl7b09&t=1769132558&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=276a020ca07e5ba4dd7466e78188c8e05fc58c34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();