(function() { const u = '/apps/statistics.php?aid=455534&browser=IE&created_date=20260310&created_hour=12&dduuid=194f201636d82&device=0&device_type=desktop&os=Windows&ssid=7i1hgnpihdphjnoln3ee2omf4n&t=1773116334&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=764422e260c222dcd6609f81d2878b0f206a24ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();