(function() { const u = '/apps/statistics.php?aid=419702&browser=IE&created_date=20260114&created_hour=04&dduuid=68b45f2824ac7&device=0&device_type=desktop&os=Windows&ssid=9ldf49rg99okkrfmgml2e96ehb&t=1768335244&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b326caa4641975b7240aa9a964bd4020cfdd48f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();