(function() { const u = '/apps/statistics.php?aid=35939&browser=IE&created_date=20251219&created_hour=03&dduuid=49b0cb706f1b4&device=0&device_type=desktop&os=Windows&ssid=0amtdumddb6e04oac0lcj22m07&t=1766085362&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48d2acbe0b9735126781448143214f083bb696d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();