(function() { const u = '/apps/statistics.php?aid=12717&browser=IE&created_date=20260119&created_hour=23&dduuid=91d0d6fee1182&device=0&device_type=desktop&os=Windows&ssid=bnkk2b12m15b0veebor7c4c6jc&t=1768835614&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8803ace6b5a356785f15013fc1ad0caa0a972708&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();