(function() { const u = '/apps/statistics.php?aid=11991&browser=IE&created_date=20260113&created_hour=20&dduuid=a3458595ff045&device=0&device_type=desktop&os=Windows&ssid=2u39chkvdfhles9btm1bq45on4&t=1768307464&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6f2d6a0799d6d7d1336904202c584b1f7cad8c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();