(function() { const u = '/apps/statistics.php?aid=440416&browser=IE&created_date=20251223&created_hour=03&dduuid=ff327e3aaa38d&device=0&device_type=desktop&os=Windows&ssid=ue8spt85ilng93c0r2tdeao2lu&t=1766431386&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b24e0db3bc1ae6b49af510a43437c53f797f40e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();