(function() { const u = '/apps/statistics.php?aid=183599&browser=IE&created_date=20260115&created_hour=07&dduuid=a74bbc927b113&device=0&device_type=desktop&os=Windows&ssid=kp5e53rp7f8o51j1l502g1jed9&t=1768431969&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26b245a2cf1ac4efe0e72c81532797adc6b84436&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();