(function() { const u = '/apps/statistics.php?aid=387013&browser=IE&created_date=20251226&created_hour=00&dduuid=3b6bc2f9b17e5&device=0&device_type=desktop&os=Windows&ssid=8u2h81id6s3741b3qpr75ruf8d&t=1766679608&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=650d03a87a50d51f4b0edae66da353042bdca022&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();