(function() { const u = '/apps/statistics.php?aid=444623&browser=IE&created_date=20251226&created_hour=11&dduuid=8c5277fa3dee8&device=0&device_type=desktop&os=Windows&ssid=6f687aio21e89er2ij48hd106t&t=1766718764&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ebfdb95b9aceb3f598ad9ce00487392f908250ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();