(function() { const u = '/apps/statistics.php?aid=353133&browser=IE&created_date=20260312&created_hour=00&dduuid=49c9becf3e7e7&device=0&device_type=desktop&os=Windows&ssid=6and5r8r8m8ddj4aupc0lnh455&t=1773245577&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=317553674550501b53926882ef03583399631b98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();