(function() { const u = '/apps/statistics.php?aid=449462&browser=IE&created_date=20260226&created_hour=07&dduuid=a1297a3c232e6&device=0&device_type=desktop&os=Windows&ssid=ar5f11mqebpfeohgq6s85dvkuh&t=1772061609&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86de9e76e872ce20415ebc80e8320eb85a6602cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();