(function() { const u = '/apps/statistics.php?aid=392063&browser=IE&created_date=20260112&created_hour=20&dduuid=e8e856d069b65&device=0&device_type=desktop&os=Windows&ssid=5gna42o7tofpmtkm0lk6m9mitd&t=1768221450&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c284591ee2c3879d62d17fe885e3f9f56a228e0a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();