(function() { const u = '/apps/statistics.php?aid=435369&browser=IE&created_date=20251231&created_hour=15&dduuid=9cfcbef107cd0&device=0&device_type=desktop&os=Windows&ssid=3bfvrl7pbkjib0cn1e79s36tt3&t=1767167503&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0dbc715cb0646509a61b739ecb9ddfd302e51ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();