(function() { const u = '/apps/statistics.php?aid=408185&browser=IE&created_date=20260223&created_hour=23&dduuid=7c7a7b2d2592c&device=0&device_type=desktop&os=Windows&ssid=jtv72mpjhl2t0mfqb0n5rb6lc6&t=1771861451&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10515d2f5b588716cd86e94e43bf7693d2fcd6d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();