(function() { const u = '/apps/statistics.php?aid=451940&browser=IE&created_date=20260225&created_hour=11&dduuid=ac39f9dc7dff8&device=0&device_type=desktop&os=Windows&ssid=1a8m76puhrrofc14eqo9lce4et&t=1771991437&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dad07d1d1a3ea663f7ac44fc8a606b66315a2a1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();