(function() { const u = '/apps/statistics.php?aid=452826&browser=IE&created_date=20260312&created_hour=05&dduuid=59890bdaa0133&device=0&device_type=desktop&os=Windows&ssid=m06n79d380facjo6ldhhc3budj&t=1773262884&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=243d3c1ca3f22e99c89448c299b9a375828730e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();