(function() { const u = '/apps/statistics.php?aid=451343&browser=IE&created_date=20260125&created_hour=07&dduuid=4b98c2a23a8fc&device=0&device_type=desktop&os=Windows&ssid=ebb76ecjcu1au2lkpvr0n5d6e7&t=1769298998&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6ee4c839f77383bfbbc2924529b1886dff1a80b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();