(function() { const u = '/apps/statistics.php?aid=442627&browser=IE&created_date=20260310&created_hour=23&dduuid=f0cf2cd81edc7&device=0&device_type=desktop&os=Windows&ssid=11ahgvkrvbrec4v2u82mpm2809&t=1773157632&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33370d912c1b03ec47570433c6946702815d9901&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();