(function() { const u = '/apps/statistics.php?aid=47117&browser=IE&created_date=20260124&created_hour=15&dduuid=f3a41891f422f&device=0&device_type=desktop&os=Windows&ssid=gp3p6l1jtdn341ta0ntqa4k1bg&t=1769240672&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e42885d3ebb99c314a379414ffbf7930f7844f48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();