(function() { const u = '/apps/statistics.php?aid=400176&browser=IE&created_date=20260129&created_hour=08&dduuid=a89dca422d670&device=0&device_type=desktop&os=Windows&ssid=as3j4eoqlqc8rb6dr1r5hrjvk5&t=1769646080&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31ee1324c895871e8078e022bb694d21bd14b289&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();