(function() { const u = '/apps/statistics.php?aid=112992&browser=IE&created_date=20260312&created_hour=03&dduuid=d431b9227747a&device=0&device_type=desktop&os=Windows&ssid=44i4birm0s3mbsepfj8gm76jt5&t=1773256412&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2922afc61f98c6223459a775190c73f4c9bddef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();