(function() { const u = '/apps/statistics.php?aid=403781&browser=IE&created_date=20260125&created_hour=17&dduuid=78de3c0857d3f&device=0&device_type=desktop&os=Windows&ssid=v0i10ne0gqh6kl3v266jko53pu&t=1769332302&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=069307c12ded0f5af609ca9beea125f67951de73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();