(function() { const u = '/apps/statistics.php?aid=428385&browser=IE&created_date=20260121&created_hour=04&dduuid=476de618ea387&device=0&device_type=desktop&os=Windows&ssid=ri9js6r14p86bk5upiqu8igmfg&t=1768942316&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=350ed0fdd18b0096a9365299f0d1689ecc912528&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();