(function() { const u = '/apps/statistics.php?aid=334334&browser=IE&created_date=20251222&created_hour=17&dduuid=584898814dc7c&device=0&device_type=desktop&os=Windows&ssid=dimm1c7am8lcno01ragi79kth4&t=1766396236&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cc71bf42176a6fd9b0b09ff9cb8c3c29f8e30b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();