(function() { const u = '/apps/statistics.php?aid=207006&browser=IE&created_date=20251225&created_hour=04&dduuid=abbe69934462e&device=0&device_type=desktop&os=Windows&ssid=1n2drl1l00q2neq86a524t4vqn&t=1766608740&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5f791a01feb4abc4e9e60e9cdc99fd89c977172&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();