(function() { const u = '/apps/statistics.php?aid=17640&browser=IE&created_date=20260311&created_hour=15&dduuid=a36d2afc8cc37&device=0&device_type=desktop&os=Windows&ssid=cc7sa0lvfkqhaqd67vo4794m2m&t=1773212884&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43c8b4fce30e5fbf027c5f37cb3614ed0ddf66de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();