(function() { const u = '/apps/statistics.php?aid=113197&browser=IE&created_date=20260226&created_hour=01&dduuid=641d6aa4895d3&device=0&device_type=desktop&os=Windows&ssid=rc2pc2st4lr91gdvpp8vhlci1s&t=1772040003&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a0e14209ae6d85f2802e2cfe0f56c06a44a235f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();