(function() { const u = '/apps/statistics.php?aid=434646&browser=IE&created_date=20260101&created_hour=19&dduuid=259015f3c98d2&device=0&device_type=desktop&os=Windows&ssid=9kvcbin9i2gst89etr5mrrottp&t=1767266884&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60f61e0206d6ac02727e56ce849467ad87178b85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();