(function() { const u = '/apps/statistics.php?aid=213740&browser=IE&created_date=20260226&created_hour=02&dduuid=8792ef0c3bfb0&device=0&device_type=desktop&os=Windows&ssid=sterl3et8sevovvnkst427ci46&t=1772043645&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=595b9269f8b4fa9b2c6a2df53096a4d5afb39a94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();