(function() { const u = '/apps/statistics.php?aid=387&browser=IE&created_date=20260113&created_hour=07&dduuid=477c07b807d73&device=0&device_type=desktop&os=Windows&ssid=24n2ls94fap9bs1j99dhhfjjqt&t=1768260843&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24171e61c369799e1836f85c3808ee48e0ec0c55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();