(function() { const u = '/apps/statistics.php?aid=324461&browser=IE&created_date=20260311&created_hour=12&dduuid=48c567cb2325c&device=0&device_type=desktop&os=Windows&ssid=38s988iaeemjj699ilsjt9iq3q&t=1773204544&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba52b5c21e7bc880e128a75cdd5b2b7a6284533d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();