(function() { const u = '/apps/statistics.php?aid=448828&browser=IE&created_date=20260226&created_hour=04&dduuid=0bad65157b8a9&device=0&device_type=desktop&os=Windows&ssid=l8rb48r5tvueuoq7i4v117ggr2&t=1772051721&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46bb122a3d125c3a7f7d815731a04728cb7a9185&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();