(function() { const u = '/apps/statistics.php?aid=112991&browser=IE&created_date=20260125&created_hour=12&dduuid=b37686af88637&device=0&device_type=desktop&os=Windows&ssid=lde0l1cuulvrj0s692119naob0&t=1769315813&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd0d456bcf3e4919688b8034f18f93864af31f09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();