(function() { const u = '/apps/statistics.php?aid=408612&browser=IE&created_date=20260306&created_hour=04&dduuid=a784350e36cb3&device=0&device_type=desktop&os=Windows&ssid=kuosmre59b427ahpna27s5ejr8&t=1772743810&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d610e4af1c4a8c0f057b30bc29fa26f7b665aeaa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();