(function() { const u = '/apps/statistics.php?aid=392058&browser=IE&created_date=20260308&created_hour=15&dduuid=1b4092117d622&device=0&device_type=desktop&os=Windows&ssid=8dhbpo3ts5sccq5ge6ebvhn3kv&t=1772953263&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e357af6ca5faf68dbf18519e7ebc26a86e701789&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();