(function() { const u = '/apps/statistics.php?aid=444955&browser=IE&created_date=20260312&created_hour=14&dduuid=9b1e5608d0c2b&device=0&device_type=desktop&os=Windows&ssid=52p4el03bha2dr10v3ujjkrs51&t=1773295950&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f6c57fa5b6fda7ef543e28b19ca6d833ec2aaf1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();