(function() { const u = '/apps/statistics.php?aid=444907&browser=IE&created_date=20251221&created_hour=12&dduuid=9428c76fc0046&device=0&device_type=desktop&os=Windows&ssid=mdv4jqrogfiestl84m3cdcuhdm&t=1766289823&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d8e125eb73494d1f9aa00959ee3be870923e615&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();