(function() { const u = '/apps/statistics.php?aid=451694&browser=IE&created_date=20260125&created_hour=09&dduuid=8d6a48ca173d5&device=0&device_type=desktop&os=Windows&ssid=og22tr5ma1p5palfi01oii21g0&t=1769303850&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b33ad536387e40d3755c2e843617df05b4a45824&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();