(function() { const u = '/apps/statistics.php?aid=213610&browser=IE&created_date=20260311&created_hour=06&dduuid=c3cde99a81b4f&device=0&device_type=desktop&os=Windows&ssid=e2i7bt3250caiop4ro1nrr0job&t=1773180372&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d384876b0f1bfc87544090751b7bce2f87d9aa2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();