(function() { const u = '/apps/statistics.php?aid=425561&browser=IE&created_date=20260101&created_hour=14&dduuid=7296070152637&device=0&device_type=desktop&os=Windows&ssid=se8u2nm96bibmg106d48ke0jj7&t=1767247903&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=885594976f6cb77d027bdd15255addfcf8a1f619&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();