(function() { const u = '/apps/statistics.php?aid=393259&browser=IE&created_date=20260310&created_hour=11&dduuid=f0f04aa67e840&device=0&device_type=desktop&os=Windows&ssid=8d3dgk203t56d8bevg67k8k6cj&t=1773112593&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=383a0fa917def1866fd7dc7f00c11e581d3dae32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();