(function() { const u = '/apps/statistics.php?aid=455214&browser=IE&created_date=20260308&created_hour=13&dduuid=41a7e3b1e8b9e&device=0&device_type=desktop&os=Windows&ssid=78oc4sltri0gc232r5ld5rvrkv&t=1772948993&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f67eb881432aefb099f6981b42b9221851334611&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();