(function() { const u = '/apps/statistics.php?aid=404635&browser=IE&created_date=20260125&created_hour=00&dduuid=f06269bdd59b6&device=0&device_type=desktop&os=Windows&ssid=fhqb0s4c3elc1ui67ivpt36bpr&t=1769270685&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee9974c5afd0155010bc6e159ff019825bbd42a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();