(function() { const u = '/apps/statistics.php?aid=424764&browser=IE&created_date=20260101&created_hour=18&dduuid=d2836ec5a2bdb&device=0&device_type=desktop&os=Windows&ssid=4gstq0g6c0t3u2knun1lop06pl&t=1767262739&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e20c80cb1f000f41f0c30f6e07134202ee2d93b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();