(function() { const u = '/apps/statistics.php?aid=428263&browser=IE&created_date=20260224&created_hour=18&dduuid=a8d3ababaf823&device=0&device_type=desktop&os=Windows&ssid=0l1iuuf9grpesohgbr1vdve47m&t=1771930235&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1a4f5713f8b6aa833d83da6d6b200fb1475e8bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();