(function() { const u = '/apps/statistics.php?aid=439619&browser=IE&created_date=20260308&created_hour=01&dduuid=ab49f64c2508b&device=0&device_type=desktop&os=Windows&ssid=0la4l9pkpbaq8vatujph5efsik&t=1772905879&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83cf776dea02cd562451b91f0436e15163861c2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();