(function() { const u = '/apps/statistics.php?aid=344510&browser=IE&created_date=20260313&created_hour=10&dduuid=d71723ec08fc6&device=0&device_type=desktop&os=Windows&ssid=0i814cv64d9f0n9d2t5e2n9q34&t=1773368906&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75ada49227999210de181c9a738d6d2d1193f8a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();