(function() { const u = '/apps/statistics.php?aid=113124&browser=IE&created_date=20260308&created_hour=14&dduuid=773b8a922b197&device=0&device_type=desktop&os=Windows&ssid=23j3ml4regm7t0slaehbbdeoi3&t=1772953136&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4e13859a8b4eb3fc2dbad3fc11c189bfb84b0d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();