(function() { const u = '/apps/statistics.php?aid=412007&browser=IE&created_date=20260304&created_hour=11&dduuid=462441dad2552&device=0&device_type=desktop&os=Windows&ssid=sn0cbbdk13gg7rmg355ma2prgv&t=1772594625&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=937da4e6d231f72f5fb8ac0e450f7f97ed6fe4da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();