(function() { const u = '/apps/statistics.php?aid=435144&browser=IE&created_date=20260113&created_hour=00&dduuid=d1e6d56e49f4e&device=0&device_type=desktop&os=Windows&ssid=das6fos39a2niv3t9dtcbo9apu&t=1768236027&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e610ce52154eba10256cec38ce803058af3719cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();