(function() { const u = '/apps/statistics.php?aid=12341&browser=IE&created_date=20260121&created_hour=09&dduuid=dd416115062c0&device=0&device_type=desktop&os=Windows&ssid=gomluk3323tul8ccb3gi06do2a&t=1768960265&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=927b23681c10764242ffabfc99f26420275cb826&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();