(function() { const u = '/apps/statistics.php?aid=452525&browser=IE&created_date=20260224&created_hour=20&dduuid=a2a7d052d4a4b&device=0&device_type=desktop&os=Windows&ssid=po35gl0q1iqid2kncte73q69h0&t=1771935056&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d593533f55df44511682152c3536f7fdd1ddd0cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();