(function() { const u = '/apps/statistics.php?aid=432945&browser=IE&created_date=20260314&created_hour=01&dduuid=1f1197fccabd7&device=0&device_type=desktop&os=Windows&ssid=26v0dpo6o3cpt7m13r995h5gic&t=1773421297&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a3c1f6e245ce52145c5ce897b7c2decbe5cfe4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();