(function() { const u = '/apps/statistics.php?aid=448765&browser=IE&created_date=20260301&created_hour=10&dduuid=c41b8df0e090a&device=0&device_type=desktop&os=Windows&ssid=lkl7ra9kh57ie48m6prap3abtc&t=1772333119&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fabe93e157fb676285a348d06e011826f6fa412&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();