(function() { const u = '/apps/statistics.php?aid=401349&browser=IE&created_date=20260128&created_hour=23&dduuid=b4fc249c91eee&device=0&device_type=desktop&os=Windows&ssid=682eto24sg55bfbo8nu114vkrh&t=1769613015&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28fc992c4c4734c8f6c1cff901bcea5cd2ec7ab2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();