(function() { const u = '/apps/statistics.php?aid=255387&browser=IE&created_date=20260218&created_hour=02&dduuid=5ed0db7127fd1&device=0&device_type=desktop&os=Windows&ssid=400341mt8dtumas16onvk1546j&t=1771353614&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=080dae6a36a329d469c7c354bcff62868349fec0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();