(function() { const u = '/apps/statistics.php?aid=324821&browser=IE&created_date=20260114&created_hour=17&dduuid=f160acb8a21ee&device=0&device_type=desktop&os=Windows&ssid=h9tkndn1osaehhl7khv8ots8b7&t=1768383575&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17e459764cb5e8a4a3c1904316b9b675bfb6d306&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();