(function() { const u = '/apps/statistics.php?aid=424155&browser=IE&created_date=20260129&created_hour=00&dduuid=40224418f4d86&device=0&device_type=desktop&os=Windows&ssid=0e76njlhoei4vmjsu998f913bs&t=1769617100&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1e25e30a67aa5384c3ad90da1860e27e1be14d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();