(function() { const u = '/apps/statistics.php?aid=87602&browser=IE&created_date=20260304&created_hour=14&dduuid=86abc5612be03&device=0&device_type=desktop&os=Windows&ssid=hekk6vprt0b75vvsitdjumu409&t=1772604423&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b5f8e657c4ff6e1be6486b98a67f0a208ee68e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();