(function() { const u = '/apps/statistics.php?aid=369420&browser=IE&created_date=20260312&created_hour=01&dduuid=e7c1bf8ee36b3&device=0&device_type=desktop&os=Windows&ssid=dho89ud6m6jv2k0kvcf2lod6m3&t=1773250188&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d64f383d520aca60d7d0f80dd3404b20a39b6e37&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();