(function() { const u = '/apps/statistics.php?aid=442361&browser=IE&created_date=20251210&created_hour=02&dduuid=9c399cef8c0be&device=0&device_type=desktop&os=Windows&ssid=e3968ovla40dshcb79tph5tguu&t=1765304100&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70deccd4a0e5ef87cb6c1461df1308b3e7c85865&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();