(function() { const u = '/apps/statistics.php?aid=78738&browser=IE&created_date=20260224&created_hour=02&dduuid=90c37ebbd2904&device=0&device_type=desktop&os=Windows&ssid=8i9vm9m9iejqecrf826gjsf8qq&t=1771871832&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b4f5b58ddbed4e9d1eb31bc53ae73d22f2922c38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();