(function() { const u = '/apps/statistics.php?aid=436135&browser=IE&created_date=20251226&created_hour=12&dduuid=48d751d5ccfc8&device=0&device_type=desktop&os=Windows&ssid=0lqkn0dvk10it0m99pt2n232tc&t=1766722974&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=287ff495f531062d05622a390a74e46180a38a29&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();