(function() { const u = '/apps/statistics.php?aid=22405&browser=IE&created_date=20260310&created_hour=23&dduuid=a9c3deff2c8b8&device=0&device_type=desktop&os=Windows&ssid=1pma2esfj5ve9jufum4rcse2th&t=1773156196&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ef19b99a3339e5c78e7a3f326a4f4137855901a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();