(function() { const u = '/apps/statistics.php?aid=265987&browser=IE&created_date=20260118&created_hour=18&dduuid=1edb6565c3b65&device=0&device_type=desktop&os=Windows&ssid=1spqriruj0plil62ekjdp2lotc&t=1768730942&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52a281060744b802b85fc81ebe333d6f5242d66c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();