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