(function() { const u = '/apps/statistics.php?aid=399350&browser=IE&created_date=20260129&created_hour=12&dduuid=8bebfafc3db95&device=0&device_type=desktop&os=Windows&ssid=1l86994du32e0fpqnqmujrgb2h&t=1769659683&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e82080cb7b53a56b1782d4a39d6b5f0eb006232f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();