(function() { const u = '/apps/statistics.php?aid=424176&browser=IE&created_date=20260312&created_hour=10&dduuid=97998102eb697&device=0&device_type=desktop&os=Windows&ssid=eupo1requb29fmnn8vj5lccmrj&t=1773281251&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=678eb51a1bdfa7bc3be7d3f233c3c5c94af9cd4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();