(function() { const u = '/apps/statistics.php?aid=460521&browser=IE&created_date=20260311&created_hour=09&dduuid=236e5bf195398&device=0&device_type=desktop&os=Windows&ssid=6gl1nslag2k7e7a3kp92dmfm38&t=1773193380&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93d6820f46ad6b125cfa1151815b3ebd3d14ff48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();