(function() { const u = '/apps/statistics.php?aid=419745&browser=IE&created_date=20260113&created_hour=14&dduuid=ea98705b1aa61&device=0&device_type=desktop&os=Windows&ssid=5e9mpneghg0f1785a8apajo26b&t=1768284885&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b7288ac7d8ad0dc558b1fc80052c97f7f40139e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();