(function() { const u = '/apps/statistics.php?aid=39&browser=IE&created_date=20251207&created_hour=22&dduuid=b62dff840d69b&device=0&device_type=desktop&os=Windows&ssid=2t88s0f0f3fic649ajg72469n1&t=1765116727&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6396ca9dbc64c383c7c312d65c372452f520f467&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();