(function() { const u = '/apps/statistics.php?aid=99069&browser=IE&created_date=20251127&created_hour=11&dduuid=61d4a1201bacd&device=0&device_type=desktop&os=Windows&ssid=k5q1mcg5luv8f75n89s6h7aov1&t=1764213574&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4829035f606071db5ca2989cb331694221186ee9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();