(function() { const u = '/apps/statistics.php?aid=300003&browser=IE&created_date=20251223&created_hour=04&dduuid=42c71af3c9adb&device=0&device_type=desktop&os=Windows&ssid=15okcrrm9qas54j14u2tkg2l51&t=1766434800&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e6c07c6143104692cf59ee55b94675d5297c60f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();