(function() { const u = '/apps/statistics.php?aid=267763&browser=IE&created_date=20260315&created_hour=05&dduuid=9286802236a22&device=0&device_type=desktop&os=Windows&ssid=h22qfmlrkf97qoppa1muj8b8tr&t=1773524054&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a41c9d559c0e10a667c05d7c09bd2056ad672f0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();