(function() { const u = '/apps/statistics.php?aid=422802&browser=IE&created_date=20260131&created_hour=01&dduuid=b754ccfc68925&device=0&device_type=desktop&os=Windows&ssid=m31rrolsmt0si2d35fham5vgag&t=1769793818&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d5fd2aade96eb543cbe5c40e2c2400f5a81b416&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();