(function() { const u = '/apps/statistics.php?aid=276100&browser=IE&created_date=20260117&created_hour=13&dduuid=edd9d36fd928c&device=0&device_type=desktop&os=Windows&ssid=mt6tq5vlhgfl4q9ohqc43696ro&t=1768626321&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcd2f7ae5fec869893274fa32841be8b7409f02a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();