(function() { const u = '/apps/statistics.php?aid=291703&browser=IE&created_date=20260314&created_hour=12&dduuid=3b0107e9d5c6d&device=0&device_type=desktop&os=Windows&ssid=tbc1eknodoec5avhjr25pfq1jh&t=1773462024&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6894fb88aae8bfe540ab435003aad3d27d20b053&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();