(function() { const u = '/apps/statistics.php?aid=429879&browser=IE&created_date=20260124&created_hour=23&dduuid=36bcee84f58fd&device=0&device_type=desktop&os=Windows&ssid=r2e6j718iptagv526relk59hcp&t=1769268861&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=700d62387333f27638a0310d2452913af2295014&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();