(function() { const u = '/apps/statistics.php?aid=448560&browser=IE&created_date=20260112&created_hour=00&dduuid=38b4d65475f61&device=0&device_type=desktop&os=Windows&ssid=01c40fbup59kjlrhjag65dvfvm&t=1768149105&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7d5564dd5d794da944e9be924a01dded8ce86b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();