(function() { const u = '/apps/statistics.php?aid=337961&browser=IE&created_date=20260225&created_hour=14&dduuid=c2c72183c080f&device=0&device_type=desktop&os=Windows&ssid=9m0e96m2qu83l8t65r8p5haca8&t=1772001350&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d66f2b3e405fdbc669d7811ff43780a053e9051&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();