(function() { const u = '/apps/statistics.php?aid=375454&browser=IE&created_date=20260124&created_hour=13&dduuid=9c897304eba42&device=0&device_type=desktop&os=Windows&ssid=r0ukpe0maahk8tk4d0cq48i3mo&t=1769232206&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=344523890d18a4c3666974b35b85127d6a5097e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();