(function() { const u = '/apps/statistics.php?aid=360173&browser=IE&created_date=20260125&created_hour=07&dduuid=6759d70cddd0b&device=0&device_type=desktop&os=Windows&ssid=sgcgd2eko16psgid0qq35icilq&t=1769297954&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f94d94f2bb23d4cdf62ca387ec470923d94c101&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();