(function() { const u = '/apps/statistics.php?aid=209169&browser=IE&created_date=20251228&created_hour=17&dduuid=86228eb7037ee&device=0&device_type=desktop&os=Windows&ssid=60nnm545uvvh53j5sgqhfs1mlu&t=1766913366&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3af17482c7d9385d7bc07da9951fd064083fb702&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();