(function() { const u = '/apps/statistics.php?aid=449006&browser=IE&created_date=20260113&created_hour=15&dduuid=0a480d8f70c9a&device=0&device_type=desktop&os=Windows&ssid=0s1fe01i3k5k32tl4cp2jt0h56&t=1768289534&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32123755653d1a78fbda70a59a007260180a1aad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();