(function() { const u = '/apps/statistics.php?aid=300002&browser=IE&created_date=20251223&created_hour=04&dduuid=d052312bd119b&device=0&device_type=desktop&os=Windows&ssid=1tj84t02dm2ge9u5s7thkkjtec&t=1766434799&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad8a1b6f431b73d7505d33f0c1e756ec27de5c7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();