(function() { const u = '/apps/statistics.php?aid=410510&browser=IE&created_date=20260125&created_hour=12&dduuid=1940c8597e2a1&device=0&device_type=desktop&os=Windows&ssid=f9b7a8lvvghiml4scebrugqu86&t=1769315620&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bff730d20cdf1355f4d62f020f6553de72d0db55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();