(function() { const u = '/apps/statistics.php?aid=243687&browser=IE&created_date=20260121&created_hour=07&dduuid=1f749de128a4a&device=0&device_type=desktop&os=Windows&ssid=6froeg76fkfsfu2mpr4t9404pt&t=1768951869&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac7591c998335219fc9f3c5a551ef221bfd5f195&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();