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