(function() { const u = '/apps/statistics.php?aid=406929&browser=IE&created_date=20260306&created_hour=12&dduuid=444fec02ee546&device=0&device_type=desktop&os=Windows&ssid=phh5jr3mfrc6aaq9hfnk2cjenc&t=1772772302&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b24cc53ad428431415c9bc617750d8e93f78949&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();