(function() { const u = '/apps/statistics.php?aid=213687&browser=IE&created_date=20260308&created_hour=06&dduuid=bb7e59e3b8b3d&device=0&device_type=desktop&os=Windows&ssid=cp1p18jum17n29to1fv067svgq&t=1772923604&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=326ac22a0fccf073cc38a5ead2721ff7ee938f17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();