(function() { const u = '/apps/statistics.php?aid=424425&browser=IE&created_date=20260128&created_hour=09&dduuid=2841279b78f44&device=0&device_type=desktop&os=Windows&ssid=g60u32vf70d2ujrscqf4tac4d9&t=1769564799&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1396622d097aa7f4c263a633f118a996b9b2612&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();