(function() { const u = '/apps/statistics.php?aid=92819&browser=IE&created_date=20260116&created_hour=03&dduuid=bb27a1910199f&device=0&device_type=desktop&os=Windows&ssid=gblf8f13vk5fhrrgcthjqdlfi3&t=1768505858&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81a9c89f0fd529d8065661eba3ebbe77385d129d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();