(function() { const u = '/apps/statistics.php?aid=383684&browser=IE&created_date=20260305&created_hour=06&dduuid=b9b66288e2a53&device=0&device_type=desktop&os=Windows&ssid=cgga6tqbuighjo34mcd6rids98&t=1772662153&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a14b2b92ff00a5a3c94ae9375eb88008e2f3594&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();