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