(function() { const u = '/apps/statistics.php?aid=38455&browser=IE&created_date=20260224&created_hour=12&dduuid=ab56cb73471d3&device=0&device_type=desktop&os=Windows&ssid=1tlsd2ir5edp5ltf5qh0bsur5g&t=1771907275&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a93ced522c39242cdbaa660f9082ecfd28a3c426&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();