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