(function() { const u = '/apps/statistics.php?aid=443025&browser=IE&created_date=20260223&created_hour=23&dduuid=0537abbdeda94&device=0&device_type=desktop&os=Windows&ssid=t90qkk1h1r6p1thue7tf6pue6u&t=1771859775&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18bfbecd5e69dd2c651314872d13889206a1828e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();