(function() { const u = '/apps/statistics.php?aid=444423&browser=IE&created_date=20260313&created_hour=10&dduuid=908ff545c8282&device=0&device_type=desktop&os=Windows&ssid=dndqcm9tateb8n6sv51sts3uua&t=1773368913&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fb181a46c7f36633f726a4e50b14741c6b1a3ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();