(function() { const u = '/apps/statistics.php?aid=21184&browser=IE&created_date=20260119&created_hour=06&dduuid=a779daab5ff8d&device=0&device_type=desktop&os=Windows&ssid=kugr31fcabuh891n9oj1dvlieu&t=1768774492&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e04a7a7a0809621a26c4d12f3954c2556ea5f929&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();