(function() { const u = '/apps/statistics.php?aid=347446&browser=IE&created_date=20260312&created_hour=19&dduuid=d40df4ec8b452&device=0&device_type=desktop&os=Windows&ssid=u3ln21m4adg7bo3sg156guh4us&t=1773313276&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8727dc350b73bde65dba455cfa30a123d010d82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();