(function() { const u = '/apps/statistics.php?aid=12159&browser=IE&created_date=20260122&created_hour=04&dduuid=bfdf33c958e72&device=0&device_type=desktop&os=Windows&ssid=p7597kemvlrcir09gfqgim6b79&t=1769028512&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d04164f3e3351841573b27f2f9658a83e56ef45a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();