(function() { const u = '/apps/statistics.php?aid=455109&browser=IE&created_date=20260312&created_hour=04&dduuid=4ac3f896eb068&device=0&device_type=desktop&os=Windows&ssid=7fuo18ba6mmguerr9cscaau66r&t=1773262439&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d9b09a645df8fa8fb597ffbda670f0c9ade08a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();