(function() { const u = '/apps/statistics.php?aid=416106&browser=IE&created_date=20260124&created_hour=20&dduuid=13e2ac2632a94&device=0&device_type=desktop&os=Windows&ssid=62gs93scllp81j7ll1js847ndj&t=1769258122&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42cde49f1eddd2488696a0dc8e5dfcc4b73f50e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();