(function() { const u = '/apps/statistics.php?aid=141237&browser=IE&created_date=20260307&created_hour=03&dduuid=07d5cc1c7d315&device=0&device_type=desktop&os=Windows&ssid=145ojlr5ee4ot5cfc1fpoqgvjk&t=1772824402&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e0f47e62c472a400aaef249134cc865cefcb4de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();