(function() { const u = '/apps/statistics.php?aid=91998&browser=IE&created_date=20260304&created_hour=16&dduuid=fd6bde73b38f5&device=0&device_type=desktop&os=Windows&ssid=5b85clc475iv8m9n0lgcf6ldve&t=1772614754&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7c60faaf7698631d269d90a69910e9a4ab3a022&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();