(function() { const u = '/apps/statistics.php?aid=442433&browser=IE&created_date=20260311&created_hour=06&dduuid=7b521a0a7e282&device=0&device_type=desktop&os=Windows&ssid=rfltlc8eutvevn4sejcpnpa604&t=1773180087&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c26e2e92dffd65bb427d883f3c56cf52db084b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();