(function() { const u = '/apps/statistics.php?aid=438861&browser=IE&created_date=20251223&created_hour=23&dduuid=f4267c463c638&device=0&device_type=desktop&os=Windows&ssid=3f822pem5p4jv4i9hlochtp7ok&t=1766502216&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8314933d85de7a6db6de11ee32681033e44628a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();