(function() { const u = '/apps/statistics.php?aid=436297&browser=IE&created_date=20260308&created_hour=17&dduuid=9af4d438dbae8&device=0&device_type=desktop&os=Windows&ssid=477e64f7885scr878o59jtid6d&t=1772960566&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5692023dd04482a7723f13c505ca2d64e888d83c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();