(function() { const u = '/apps/statistics.php?aid=443973&browser=IE&created_date=20260313&created_hour=14&dduuid=a3369c86fed55&device=0&device_type=desktop&os=Windows&ssid=96n1fdsbhfnc4e9ng81f5tvkr4&t=1773383811&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d66863bcfb4e5e3ca5ee8904d25ab1fe501697fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();