(function() { const u = '/apps/statistics.php?aid=453691&browser=IE&created_date=20260312&created_hour=12&dduuid=ee207516da00c&device=0&device_type=desktop&os=Windows&ssid=r6aa77htrdr1fg5l8ujv4cti63&t=1773289069&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=498fc89603f95b5e5623facb0ef0c15ab173963f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();