(function() { const u = '/apps/statistics.php?aid=446338&browser=IE&created_date=20260114&created_hour=15&dduuid=b30de4ba8d49a&device=0&device_type=desktop&os=Windows&ssid=s7ddit9da08sfjl7qk290pfbkt&t=1768377319&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b2171eb767c5c85d18906d7e674c953853af982&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();