(function() { const u = '/apps/statistics.php?aid=409616&browser=IE&created_date=20260225&created_hour=02&dduuid=de7f7ff1e7087&device=0&device_type=desktop&os=Windows&ssid=e4ohm1tdtmim2i60ecg65f5hj8&t=1771959212&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f67926ee12166c4b41632114c467b9b3b6a86f2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();