(function() { const u = '/apps/statistics.php?aid=452150&browser=IE&created_date=20260312&created_hour=00&dduuid=e749e3e8e4524&device=0&device_type=desktop&os=Windows&ssid=5d7r1aqk845jdms49dvirduus3&t=1773246871&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1349a8c2b8fcfb0be28347df23f2ffa622c9877&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();