(function() { const u = '/apps/statistics.php?aid=269186&browser=IE&created_date=20260308&created_hour=07&dduuid=1efc54a8ccdac&device=0&device_type=desktop&os=Windows&ssid=ll9sp69r8260kaqjp6l1lqk4kk&t=1772926706&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a9392d6f1fa4e9998642c7a41dafc8e2a01a900&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();