(function() { const u = '/apps/statistics.php?aid=447913&browser=IE&created_date=20260112&created_hour=05&dduuid=53af31c70f10f&device=0&device_type=desktop&os=Windows&ssid=kfltnhq4i6pppgms6v7d1585nm&t=1768167697&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb8a63f7e23a55a8bffe37bf910b9efee945f618&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();