(function() { const u = '/apps/statistics.php?aid=448529&browser=IE&created_date=20260309&created_hour=11&dduuid=2b764ac640ebf&device=0&device_type=desktop&os=Windows&ssid=35cs4ue0k61cim030ur3lmldse&t=1773026602&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=569a3ce91b6283713e88746d103f5093b95a5346&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();