(function() { const u = '/apps/statistics.php?aid=774&browser=IE&created_date=20260317&created_hour=11&dduuid=c17dece2f757c&device=0&device_type=desktop&os=Windows&ssid=6tincctlpeegn90vspifr3tbpj&t=1773717724&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1eecf996c897a0b15c9b1c949a86d1a8f5e1167c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();