(function() { const u = '/apps/statistics.php?aid=246802&browser=IE&created_date=20260121&created_hour=05&dduuid=fc29be7e8632e&device=0&device_type=desktop&os=Windows&ssid=0vmv998niv5e8hj5tc4qpmp6q8&t=1768946093&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f09315cb6ad07303b66f3af74d99c0593c274ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();