(function() { const u = '/apps/statistics.php?aid=442576&browser=IE&created_date=20260224&created_hour=01&dduuid=8f314a9acabe4&device=0&device_type=desktop&os=Windows&ssid=hfftbnoe2q0ei12kgrludq64g1&t=1771866264&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea222958f7adee29a9da3a0ec9791818ea5498bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();