(function() { const u = '/apps/statistics.php?aid=434003&browser=IE&created_date=20260307&created_hour=23&dduuid=ee2b4b5be1e49&device=0&device_type=desktop&os=Windows&ssid=6vatc653ht9u0ck58p8hc9ca20&t=1772897668&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2fb6c46237c175b35b16f3183450992846072df8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();