(function() { const u = '/apps/statistics.php?aid=447435&browser=IE&created_date=20260310&created_hour=20&dduuid=e276e640bcf0a&device=0&device_type=desktop&os=Windows&ssid=r461trk8a9s5bim1ga92q2aae3&t=1773147009&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e295f338cf2ae88766fbf42dc6ef3657b8367368&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();