(function() { const u = '/apps/statistics.php?aid=413992&browser=IE&created_date=20260118&created_hour=16&dduuid=c4673253824af&device=0&device_type=desktop&os=Windows&ssid=er8rg8kgcrrapshf6jbb2k6uim&t=1768724072&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08106af3d6baa71e5aea97ac49f584f7cc1b7288&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();