(function() { const u = '/apps/statistics.php?aid=448097&browser=IE&created_date=20260122&created_hour=00&dduuid=ade1aa7f9ad9f&device=0&device_type=desktop&os=Windows&ssid=rqfi2t1h9hfj93itkm0nti2pon&t=1769013200&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4fd251cffa3f787e5964ecb844c48299430acb55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();