(function() { const u = '/apps/statistics.php?aid=452860&browser=IE&created_date=20260305&created_hour=21&dduuid=be60e8c98aeab&device=0&device_type=desktop&os=Windows&ssid=6t2o0eq8pjvlh273f4llqs4iu8&t=1772717628&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53752fe973b6c3c7a01cdbd50a704ca7ac7275ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();