(function() { const u = '/apps/statistics.php?aid=453130&browser=IE&created_date=20260310&created_hour=10&dduuid=252698f5ddefa&device=0&device_type=desktop&os=Windows&ssid=u6kdhnpd4f70nfbolv7g31r5q9&t=1773110304&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fba589ae98b299cb083e4976bcc6bc28a56b9c4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();