(function() { const u = '/apps/statistics.php?aid=394032&browser=IE&created_date=20260305&created_hour=02&dduuid=fd9db9de61275&device=0&device_type=desktop&os=Windows&ssid=0f852mgt4qbidqo2mvuq203t30&t=1772647836&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48fc6d77461856f288cdd83ed60f43fa3d90c1a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();