(function() { const u = '/apps/statistics.php?aid=156&browser=IE&created_date=20260305&created_hour=18&dduuid=a0255e63e1bcf&device=0&device_type=desktop&os=Windows&ssid=f1ivfc8a8hedj3ckgp6ofmkal8&t=1772706024&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b00e9b0e83984a74bc529b9f3abc3c27f779e279&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();