(function() { const u = '/apps/statistics.php?aid=438003&browser=IE&created_date=20260324&created_hour=03&dduuid=f8b4d826ec341&device=0&device_type=desktop&os=Windows&ssid=o9ttmnb2r2t0hoqe3ft2slsv2a&t=1774292506&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=964d4b24eb7773cd2a9d76f0cd2c962b30b16e45&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();