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