(function() { const u = '/apps/statistics.php?aid=397541&browser=IE&created_date=20260130&created_hour=12&dduuid=5f8a4ab35b30a&device=0&device_type=desktop&os=Windows&ssid=g4vv07f1emtb7gjuk6b5v2ijdo&t=1769748356&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=194fc704fe7e42ee8d682202bdbfff1c0bb2eb24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();