(function() { const u = '/apps/statistics.php?aid=425035&browser=IE&created_date=20260101&created_hour=17&dduuid=a50e81851e66e&device=0&device_type=desktop&os=Windows&ssid=b5votl8mldorq388emogo5aaru&t=1767260379&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3b2d8ca74c3472a26f6dd2eb3fb205424b5a66d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();