(function() { const u = '/apps/statistics.php?aid=424472&browser=IE&created_date=20260128&created_hour=07&dduuid=b0c099b4847e2&device=0&device_type=desktop&os=Windows&ssid=m2skdna99pou87bieji08mibtm&t=1769558021&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=483379b232a07a69222d9b5f5209045728c799ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();