(function() { const u = '/apps/statistics.php?aid=316253&browser=IE&created_date=20260313&created_hour=11&dduuid=d809569d4d574&device=0&device_type=desktop&os=Windows&ssid=qtrjkf4lc5di1mrh7ah2cri560&t=1773373354&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=623864d2e9458689b03c9a5fc3164ab0172762ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();