(function() { const u = '/apps/statistics.php?aid=149397&browser=IE&created_date=20260227&created_hour=10&dduuid=745dc688f894d&device=0&device_type=desktop&os=Windows&ssid=kg7gakoiien8ts1g7u7nefp11v&t=1772158523&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e884c52e304cd92d6a2f9ff9799c4ea9dbe64cad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();